Uses of Class
com.itextpdf.io.util.IntHashtable.Entry
Packages that use IntHashtable.Entry
-
Uses of IntHashtable.Entry in com.itextpdf.io.util
Fields in com.itextpdf.io.util declared as IntHashtable.EntryModifier and TypeFieldDescription(package private) IntHashtable.EntryIntHashtable.Entry.nextprivate IntHashtable.Entry[]IntHashtable.tableThe hash table data.Constructors in com.itextpdf.io.util with parameters of type IntHashtable.EntryModifierConstructorDescription(package private)Entry(int key, int value, IntHashtable.Entry next) Create a new entry with the given values.