|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.pdf.IntHashtable
public class IntHashtable
Nested Class Summary | |
---|---|
(package private) static class |
IntHashtable.IntHashtableEntry
|
(package private) static class |
IntHashtable.IntHashtableIterator
|
Field Summary | |
---|---|
private int |
count
|
private float |
loadFactor
|
private IntHashtable.IntHashtableEntry[] |
table
|
private int |
threshold
|
Constructor Summary | |
---|---|
IntHashtable()
|
|
IntHashtable(int initialCapacity)
|
|
IntHashtable(int initialCapacity,
float loadFactor)
|
Method Summary | |
---|---|
void |
clear()
|
Object |
clone()
|
boolean |
contains(int value)
|
boolean |
containsKey(int key)
|
int |
get(int key)
|
Iterator |
getEntryIterator()
|
int[] |
getKeys()
|
int |
getOneKey()
|
boolean |
isEmpty()
|
int |
put(int key,
int value)
|
protected void |
rehash()
|
int |
remove(int key)
|
int |
size()
|
int[] |
toOrderedKeys()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private IntHashtable.IntHashtableEntry[] table
private int count
private int threshold
private float loadFactor
Constructor Detail |
---|
public IntHashtable(int initialCapacity, float loadFactor)
public IntHashtable(int initialCapacity)
public IntHashtable()
Method Detail |
---|
public int size()
public boolean isEmpty()
public boolean contains(int value)
public boolean containsKey(int key)
public int get(int key)
protected void rehash()
public int put(int key, int value)
public int remove(int key)
public void clear()
public Object clone()
clone
in class Object
public int[] toOrderedKeys()
public int[] getKeys()
public int getOneKey()
public Iterator getEntryIterator()
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |