| Modifier and Type | Class and Description |
|---|---|
static class |
IterableMap.Mapping_Iterator<K,V> |
| 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<Map.Entry<K,V>> |
entrySet() |
boolean |
equals(Object o) |
V |
get(Object key) |
int |
hashCode() |
boolean |
isEmpty() |
Iterator<K> |
iterator() |
Set<K> |
keySet() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> t) |
V |
remove(Object key) |
int |
size() |
Collection<V> |
values() |
Set<V> |
valueSet() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic IterableMap()
public IterableMap(int initialCapacity)
public IterableMap(int initialCapacity,
float loadFactor)
public boolean containsKey(Object key)
containsKey in interface Map<K,V>public boolean containsValue(Object value)
containsValue in interface Map<K,V>public boolean equals(Object o)
public int hashCode()
Copyright © 2024 Soot OSS. All rights reserved.