com.lowagie.text.pdf
Class IntHashtable
java.lang.Object
com.lowagie.text.pdf.IntHashtable
- public class IntHashtable
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
table
private IntHashtable.IntHashtableEntry[] table
count
private int count
threshold
private int threshold
loadFactor
private float loadFactor
IntHashtable
public IntHashtable(int initialCapacity,
float loadFactor)
IntHashtable
public IntHashtable(int initialCapacity)
IntHashtable
public IntHashtable()
size
public int size()
isEmpty
public boolean isEmpty()
contains
public boolean contains(int value)
containsKey
public boolean containsKey(int key)
get
public int get(int key)
rehash
protected void rehash()
put
public int put(int key,
int value)
remove
public int remove(int key)
clear
public void clear()
toOrderedKeys
public int[] toOrderedKeys()
getKeys
public int[] getKeys()
getOneKey
public int getOneKey()