public class TypedOption<T>
extends HashMap
Map-backed command-line option metadata with a typed default value.
T - the option value type| Type Params | Return Type | Name and description |
|---|---|---|
|
public T |
defaultValue()Returns the configured default value. |
| Methods inherited from class | Name |
|---|---|
class HashMap |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getClass, getOrDefault, hashCode, isEmpty, keySet, merge, notify, notifyAll, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, toString, values, wait, wait, wait |