public class DeterministicHashMap
extends java.util.HashMap
| Constructor and Description |
|---|
DeterministicHashMap(int initialCapacity)
Constructs a DeterministicHashMap with the given initial capacity.
|
DeterministicHashMap(int initialCapacity,
float loadFactor)
Constructs a DeterministicHashMap with the given initial capacity and load factor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
entries()
Returns a backed list of entries for this HashMap (unsupported).
|
java.util.Set<java.lang.Object> |
keySet()
Returns a backed list of keys for this HashMap (unsupported).
|
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value)
Inserts a mapping in this HashMap from
key to value. |
java.lang.Object |
remove(java.lang.Object obj)
Removes the given object from this HashMap (unsupported).
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, merge, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, valuespublic DeterministicHashMap(int initialCapacity)
public DeterministicHashMap(int initialCapacity,
float loadFactor)
public java.lang.Object put(java.lang.Object key,
java.lang.Object value)
key to value.put in interface java.util.Mapput in class java.util.HashMappublic java.util.Collection entries()
public java.lang.Object remove(java.lang.Object obj)
remove in interface java.util.Mapremove in class java.util.HashMappublic java.util.Set<java.lang.Object> keySet()
keySet in interface java.util.MapkeySet in class java.util.HashMapCopyright © 2012-2019 RoboVM AB. All Rights Reserved.