Modifier and Type | Class and Description |
---|---|
class |
IterableMap.Mapping_Iterator |
Constructor and Description |
---|
IterableMap() |
IterableMap(int initialCapacity) |
IterableMap(int initialCapacity,
float loadFactor) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set |
entrySet() |
boolean |
equals(Object o) |
Object |
get(Object key) |
int |
hashCode() |
boolean |
isEmpty() |
Iterator |
iterator() |
Set<Object> |
keySet() |
Object |
put(Object key,
Object value) |
void |
putAll(Map t) |
Object |
remove(Object key) |
int |
size() |
Collection<Object> |
values() |
Set<Object> |
valueSet() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public IterableMap()
public IterableMap(int initialCapacity)
public IterableMap(int initialCapacity, float loadFactor)
public Iterator iterator()
public boolean containsKey(Object key)
containsKey
in interface Map
public boolean containsValue(Object value)
containsValue
in interface Map
public boolean equals(Object o)
public int hashCode()
public Collection<Object> values()