|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jmol.util.Int2IntHash
public class Int2IntHash
Constructor Summary | |
---|---|
Int2IntHash()
|
|
Int2IntHash(int initialCapacity)
|
Method Summary | |
---|---|
int |
get(int key)
|
void |
put(int key,
int value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Int2IntHash(int initialCapacity)
public Int2IntHash()
Method Detail |
---|
public int get(int key)
public void put(int key, int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |