| 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, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic IterableMap()
public IterableMap(int initialCapacity)
public IterableMap(int initialCapacity,
float loadFactor)
public Iterator iterator()
public boolean containsKey(Object key)
containsKey in interface Mappublic boolean containsValue(Object value)
containsValue in interface Mappublic boolean equals(Object o)
public int hashCode()
public Collection<Object> values()
Copyright © 2020 Soot OSS. All rights reserved.