public class OptionMap extends HashMap<String,OptionEntry>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
OptionEntry |
get(Object key) |
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 OptionMap(Object bean)
bean - Option bean.public OptionEntry get(Object key)
get in interface Map<String,OptionEntry>get in class HashMap<String,OptionEntry>Copyright © 2016. All rights reserved.