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.EntryIntHashtable.Entry. nextprivate IntHashtable.Entry[]IntHashtable. tableThe 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.
-