java.lang.Object
java.util.AbstractMap<T,K>
net.odoframework.util.ListBackedMap<T,K>
- All Implemented Interfaces:
Map<T,K>
public class ListBackedMap<T,K> extends AbstractMap<T,K>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object> -
Constructor Summary
Constructors Constructor Description ListBackedMap()ListBackedMap(int size)ListBackedMap(T key, K value) -
Method Summary
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, get, isEmpty, keySet, putAll, remove, size, toString, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
ListBackedMap
public ListBackedMap(int size) -
ListBackedMap
public ListBackedMap() -
ListBackedMap
-
-
Method Details
-
entrySet
-
put
-
equals
-
hashCode
public int hashCode()
-