| Constructor and Description |
|---|
IntMap() |
public void add(int key,
E val)
key - keyval - valuepublic E get(int key)
key - key to be foundnull if nothing was foundprotected void rehash()
IntSetpublic java.lang.String toString()
toString in class java.lang.Object