java.lang.Object
de.grogra.xl.util.XHashMap<K,V>
- All Implemented Interfaces:
Iterable<XHashMap.Entry<K,
V>>
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
clear()
boolean
containsKey
(K key) protected boolean
protected int
getHashCode
(K o) boolean
isEmpty()
iterator()
void
remove
(XHashMap.Entry<K, V> entry) void
int
size()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
XHashMap
public XHashMap(int capacity, float loadFactor) -
XHashMap
public XHashMap(int capacity) -
XHashMap
public XHashMap()
-
-
Method Details