public class PartitionedWeakHashMap extends AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
PartitionedWeakHashMap() |
PartitionedWeakHashMap(boolean issynchronized) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
protected Object |
clone() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set |
entrySet() |
boolean |
equals(Object o) |
Object |
get(Object key) |
Map |
getMap(Object obj) |
boolean |
isEmpty() |
Set |
keySet() |
Object |
put(Object key,
Object value) |
void |
putAll(Map elementsToAdd) |
Object |
remove(Object key) |
int |
size() |
Collection |
values() |
hashCode, toStringpublic PartitionedWeakHashMap()
public PartitionedWeakHashMap(boolean issynchronized)
public Set entrySet()
entrySet in interface MapentrySet in class AbstractMappublic void clear()
clear in interface Mapclear in class AbstractMapprotected Object clone() throws CloneNotSupportedException
clone in class AbstractMapCloneNotSupportedExceptionpublic boolean containsKey(Object key)
containsKey in interface MapcontainsKey in class AbstractMappublic boolean containsValue(Object value)
containsValue in interface MapcontainsValue in class AbstractMappublic boolean equals(Object o)
equals in interface Mapequals in class AbstractMappublic Object get(Object key)
get in interface Mapget in class AbstractMappublic boolean isEmpty()
isEmpty in interface MapisEmpty in class AbstractMappublic Set keySet()
keySet in interface MapkeySet in class AbstractMappublic Object put(Object key, Object value)
put in interface Mapput in class AbstractMappublic void putAll(Map elementsToAdd)
putAll in interface MapputAll in class AbstractMappublic Object remove(Object key)
remove in interface Mapremove in class AbstractMappublic int size()
size in interface Mapsize in class AbstractMappublic Collection values()
values in interface Mapvalues in class AbstractMapCopyright © 2011-2012 Ovea. All Rights Reserved.