java.lang.Object
de.grogra.xl.util.EHashMap<E>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
-
Constructor Summary
ConstructorDescriptionEHashMap()
EHashMap
(int capacity) EHashMap
(int capacity, float loadFactor) EHashMap
(EHashMap.Entry[] entryPool, int capacity, float loadFactor) -
Method Summary
-
Constructor Details
-
EHashMap
-
EHashMap
public EHashMap(int capacity, float loadFactor) -
EHashMap
public EHashMap(int capacity) -
EHashMap
public EHashMap()
-
-
Method Details
-
popEntryFromPool
-
addEntryToPool
-
getFirstEntry
-
getLastEntry
-
isEmpty
public boolean isEmpty() -
size
public int size() -
clear
public void clear() -
put
-
getOrPut
-
get
-
add
-
makeFirst
-
remove
-