java.lang.Object
de.grogra.xl.util.XHashMap<K,V>
- All Implemented Interfaces:
Iterable<XHashMap.Entry<K,V>>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclear()booleancontainsKey(K key) protected booleanprotected intgetHashCode(K o) booleanisEmpty()iterator()voidremove(XHashMap.Entry<K, V> entry) voidintsize()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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