org.ujmp.core.collections.map
Class LazyMap<K,V>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- org.ujmp.core.collections.map.AbstractMap<K,V>
-
- org.ujmp.core.collections.map.LazyMap<K,V>
-
- All Implemented Interfaces:
- java.io.Serializable, java.util.Map<K,V>
public class LazyMap<K,V> extends AbstractMap<K,V>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor and Description LazyMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidclear()Vget(java.lang.Object key)java.util.Set<K>keySet()voidput(K key, java.util.concurrent.Callable<V> value)Vput(K key, V value)Vremove(java.lang.Object key)intsize()-
Methods inherited from class org.ujmp.core.collections.map.AbstractMap
containsKey, containsValue, entrySet, get, getAsString, isEmpty, putAll, toString, values
-
-
DataMelt 3.0 © DataMelt by jWork.ORG