Package groovy.cli
Class TypedOption<T>
- java.lang.Object
- 
- java.util.AbstractMap<K,V>
- 
- java.util.HashMap<java.lang.String,T>
- 
- groovy.cli.TypedOption<T>
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- java.lang.Cloneable,- java.util.Map<java.lang.String,T>
 
 public class TypedOption<T> extends java.util.HashMap<java.lang.String,T>- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description TypedOption()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TdefaultValue()- 
Methods inherited from class java.util.HashMapclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
 
- 
 
- 
- 
- 
Method Detail- 
defaultValuepublic T defaultValue() 
 
- 
 
-