java.lang.Object
omix.util.collections.WeakWeakMap<K,V>
- All Implemented Interfaces:
Map<K,V>
public final class WeakWeakMap<K,V> extends Object implements Map<K,V>
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description WeakWeakMap()
WeakWeakMap(Map<? extends K,? extends V> map)
-
Method Summary
Modifier and Type Method Description void
clear()
WeakWeakMap<K,V>
clone()
boolean
containsKey(Object o)
boolean
containsValue(Object value)
Set<Map.Entry<K,V>>
entrySet()
boolean
equals(Object o)
void
forEach(Consumer<Map.Entry<K,V>> action)
V
get(Object key)
int
hashCode()
boolean
isEmpty()
Set<K>
keySet()
V
put(K key, V value)
void
putAll(Map<? extends K,? extends V> m)
V
remove(Object key)
int
size()
String
toString()
Collection<V>
values()
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
WeakWeakMap
public WeakWeakMap() -
WeakWeakMap
-
-
Method Details
-
clone
-
forEach
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKey
in interfaceMap<K,V>
-
clear
public void clear() -
equals
-
hashCode
public int hashCode() -
containsValue
- Specified by:
containsValue
in interfaceMap<K,V>
-
get
-
put
-
remove
-
putAll
-
keySet
-
values
-
entrySet
-
toString
-