public class LazyHashMap<K,V>
extends java.util.HashMap<K,V>
implements java.util.Map<K,V>
null
values.Modifier and Type | Class and Description |
---|---|
static class |
LazyHashMap.LazyValue<K,V> |
Constructor and Description |
---|
LazyHashMap(java.util.Collection<LazyHashMap.LazyValue<K,V>> lazyValues)
This map behaves like a normal HashMap, expect for the entries passed in as lazy values.
|
Modifier and Type | Method and Description |
---|---|
V |
get(java.lang.Object key) |
V |
put(K key,
V value) |
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, putAll, remove, size, values
public LazyHashMap(java.util.Collection<LazyHashMap.LazyValue<K,V>> lazyValues)
lazyValues
- Copyright © 2006-2017 The Apache Software Foundation. All Rights Reserved.