-
Nested Class Summary
Nested Classes
-
Constructor Summary
Constructors
-
Method Summary
void
void
boolean
boolean
void
void
int
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
IntHashMap
public IntHashMap(int capacity,
float loadFactor)
-
IntHashMap
public IntHashMap(int capacity)
-
IntHashMap
public IntHashMap()
-
Method Details
-
isEmpty
public boolean isEmpty()
-
-
clear
public void clear()
-
add
public void add(int key,
V value)
-
put
public V put(int key,
V value)
-
-
-
remove
public V remove(int key,
V value)
-
removeAll
public void removeAll(int key)
-
-
-
-
containsKey
public boolean containsKey(int key)
-