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.Entry
IntHashtable.Entry.next
private IntHashtable.Entry[]
IntHashtable.table
The 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.