[Java] Class TypedOption<T>
- groovy.cli.TypedOption
public class TypedOption<T> extends HashMap
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public T |
defaultValue() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class HashMap | remove, remove, get, put, values, clone, clear, isEmpty, replace, replace, replaceAll, size, merge, entrySet, putAll, putIfAbsent, compute, forEach, containsKey, computeIfAbsent, containsValue, keySet, getOrDefault, computeIfPresent, equals, toString, hashCode, wait, wait, wait, getClass, notify, notifyAll |
Method Detail
public T defaultValue()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/cli/TypedOption.html