Uses of Class
org.jhotdraw8.fxcollection.typesafekey.TypeToken
Packages that use TypeToken
-
Uses of TypeToken in org.jhotdraw8.fxcollection.typesafekey
Constructors in org.jhotdraw8.fxcollection.typesafekey with parameters of type TypeTokenModifierConstructorDescriptionAbstractKey(String name, TypeToken<T> clazz, T initialValue) NullableObjectKey(String name, TypeToken<T> type) Creates a new instance with the specified name, type token class, and with null as the default value.NullableObjectKey(String name, TypeToken<T> type, @Nullable T defaultValue) Creates a new instance with the specified name, type token class, default value.