Class IntHashtable.Entry
java.lang.Object
com.itextpdf.io.util.IntHashtable.Entry
- Enclosing class:
IntHashtable
Innerclass that acts as a datastructure to create a new entry in the
table.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int(package private) IntHashtable.Entry(package private) int -
Constructor Summary
ConstructorsConstructorDescriptionEntry(int key, int value, IntHashtable.Entry next) Create a new entry with the given values. -
Method Summary
-
Field Details
-
key
int key -
value
int value -
next
IntHashtable.Entry next
-
-
Constructor Details
-
Entry
Entry(int key, int value, IntHashtable.Entry next) Create a new entry with the given values.- Parameters:
key- The key used to enter this in the tablevalue- The value for this keynext- A reference to the next entry in the table
-
-
Method Details
-
getKey
public int getKey() -
getValue
public int getValue() -
clone
-
toString
-