|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwpi.associations.arminerSequence.HashTree.MyHashtable
Field Summary | |
HashTree.Node[] |
contents
|
Constructor Summary | |
HashTree.MyHashtable(int size)
|
Method Summary | |
java.util.Enumeration |
elements()
|
HashTree.Node |
get(int key)
|
void |
put(int key,
HashTree.Node n)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public HashTree.Node[] contents
Constructor Detail |
public HashTree.MyHashtable(int size)
Method Detail |
public void put(int key, HashTree.Node n)
public HashTree.Node get(int key)
public java.util.Enumeration elements()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |