public class UnSortedMap<K,V> extends java.lang.Object
class
UnSortedMap.Item
UnSortedMap()
V
get(K k)
getItem(int i)
void
put(K k, V v)
int
size()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public UnSortedMap()
public void put(K k, V v)
public V get(K k)
public int size()
public UnSortedMap.Item getItem(int i)