org.apache.wiki.htmltowiki
Class ForgetNullValuesLinkedHashMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<K,V>
org.apache.wiki.htmltowiki.ForgetNullValuesLinkedHashMap<K,V>
- Type Parameters:
K
- V
-
- All Implemented Interfaces:
- Serializable, Cloneable, Map<K,V>
public class ForgetNullValuesLinkedHashMap<K,V>
- extends LinkedHashMap<K,V>
A LinkedHashMap that does not put null values into the map.
- See Also:
- Serialized Form
Method Summary |
V |
put(K key,
V value)
|
ForgetNullValuesLinkedHashMap
public ForgetNullValuesLinkedHashMap()
put
public V put(K key,
V value)
-
- Specified by:
put
in interface Map<K,V>
- Overrides:
put
in class HashMap<K,V>
Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.