Uses of Class
com.itextpdf.text.pdf.IntHashtable.Entry
Packages that use IntHashtable.Entry
-
Uses of IntHashtable.Entry in com.itextpdf.text.pdf
Classes in com.itextpdf.text.pdf that implement interfaces with type arguments of type IntHashtable.EntryModifier and TypeClassDescription(package private) static classFields in com.itextpdf.text.pdf declared as IntHashtable.EntryModifier and TypeFieldDescription(package private) IntHashtable.EntryIntHashtable.IntHashtableIterator.entry(package private) IntHashtable.EntryIntHashtable.Entry.next(package private) IntHashtable.Entry[]IntHashtable.IntHashtableIterator.tableprivate IntHashtable.Entry[]IntHashtable.tableThe hash table data.Methods in com.itextpdf.text.pdf that return IntHashtable.EntryMethods in com.itextpdf.text.pdf that return types with arguments of type IntHashtable.EntryConstructors in com.itextpdf.text.pdf with parameters of type IntHashtable.EntryModifierConstructorDescriptionprotectedEntry(int hash, int key, int value, IntHashtable.Entry next) Create a new entry with the given values.(package private)IntHashtableIterator(IntHashtable.Entry[] table)