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 Summary
Constructors Constructor Description TypedOption() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TdefaultValue()- 
Methods inherited from class java.util.HashMap
clear, 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
- 
defaultValue
public T defaultValue()
 
 - 
 
 -