public class BooleanMap extends HashMap<String,Boolean>
Set
of Strings and converts to Map
where the string is the map key and value is the Boolean true, convenience
collection for expression languageAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
BooleanMap(Map<? extends String,? extends Boolean> m) |
BooleanMap(Set<String> keys) |
Modifier and Type | Method and Description |
---|---|
Boolean |
get(Object key)
Overrides the get method to return Boolean false if the key does not
exist in the Map
|
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
public BooleanMap(Map<? extends String,? extends Boolean> m)
public BooleanMap(Set<String> keys)
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.