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(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, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic BooleanMap(Set<String> keys)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.