public class TypedOption<T>
extends java.util.HashMap<java.lang.String,T>
| Constructor and Description | 
|---|
| TypedOption() | 
| Modifier and Type | Method and Description | 
|---|---|
| T | defaultValue() | 
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic T defaultValue()