Package org.jmol.util
Class Int2IntHash
java.lang.Object
org.jmol.util.Int2IntHash
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
entryCount
int entryCount -
entries
Int2IntHashEntry[] entries
-
-
Constructor Details
-
Int2IntHash
public Int2IntHash(int initialCapacity)
-
-
Method Details
-
get
public int get(int key) -
put
public void put(int key, int value)
-