org.jmol.util
Class Int2IntHash
java.lang.Object
org.jmol.util.Int2IntHash
public class Int2IntHash
- extends Object
Method Summary |
int |
get(int key)
|
void |
put(int key,
int value)
|
private void |
rehash()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entryCount
int entryCount
entries
Int2IntHash.Entry[] entries
Int2IntHash
public Int2IntHash(int initialCapacity)
Int2IntHash
public Int2IntHash()
get
public int get(int key)
put
public void put(int key,
int value)
rehash
private void rehash()