Uses of Class
com.itextpdf.io.util.IntHashtable.Entry
-
Packages that use IntHashtable.Entry Package Description com.itextpdf.io.util -
-
Uses of IntHashtable.Entry in com.itextpdf.io.util
Fields in com.itextpdf.io.util declared as IntHashtable.Entry Modifier and Type Field Description (package private) IntHashtable.Entry
IntHashtable.Entry. next
private IntHashtable.Entry[]
IntHashtable. table
The hash table data.Constructors in com.itextpdf.io.util with parameters of type IntHashtable.Entry Constructor Description Entry(int key, int value, IntHashtable.Entry next)
Create a new entry with the given values.
-