java.util
Class WeakHashMap
java.lang.Object
java.util.AbstractMap
java.util.WeakHashMap
- All Implemented Interfaces:
- Map
public class WeakHashMap
- extends AbstractMap
- implements Map
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry |
Methods inherited from class java.util.AbstractMap |
clear, containsKey, containsValue, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
WeakHashMap
public WeakHashMap()
WeakHashMap
public WeakHashMap(int var0)
WeakHashMap
public WeakHashMap(int var0,
float var1)
WeakHashMap
public WeakHashMap(Map var0)
entrySet
public Set entrySet()
- Specified by:
entrySet
in interface Map