public class FlyweightMap<K,V>
extends java.lang.Object
implements java.util.Map<K,V>, java.lang.Cloneable
entrySet()
.Constructor and Description |
---|
FlyweightMap() |
FlyweightMap(java.util.Map<K,V> initial) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
static void |
clearSharedValues() |
java.lang.Object |
clone() |
boolean |
containsKey(java.lang.Object key) |
boolean |
containsValue(java.lang.Object value) |
static int |
countSharedEntries() |
static int |
countSharedEntriesSets() |
java.util.Set<java.util.Map.Entry<K,V>> |
entrySet() |
boolean |
equals(java.lang.Object o) |
V |
get(java.lang.Object key) |
int |
hashCode() |
boolean |
isEmpty() |
java.util.Set<K> |
keySet() |
V |
put(K key,
V value) |
void |
putAll(java.util.Map<? extends K,? extends V> putEntries) |
V |
remove(java.lang.Object key) |
int |
size() |
java.util.Collection<V> |
values() |
public static int countSharedEntriesSets()
public static int countSharedEntries()
public static void clearSharedValues()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public int hashCode()
public boolean containsKey(java.lang.Object key)
public boolean containsValue(java.lang.Object value)
public boolean equals(java.lang.Object o)
© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.