Modifier and Type | Class and Description |
---|---|
class |
ListAsMap.Entry |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<Integer,K>> |
entrySet() |
K |
get(Object key) |
boolean |
isEmpty() |
Set<Integer> |
keySet() |
K |
put(Integer key,
K value) |
void |
putAll(Map<? extends Integer,? extends K> m) |
K |
remove(Object key) |
void |
setCollecion(Set<K> col) |
int |
size() |
Collection<K> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public boolean containsKey(Object key)
containsKey
in interface Map<Integer,K>
public boolean containsValue(Object value)
containsValue
in interface Map<Integer,K>
Copyright © 2012-2018. All Rights Reserved.