Module org.jhotdraw8.fxcollection
Interface NullableKey<T>
- Type Parameters:
T- the value type
- All Superinterfaces:
Key<T>,MapAccessor<T>
- All Known Implementing Classes:
NullableObjectKey,TransientKey
NullableKey.
-
Field Summary
Fields inherited from interface org.jhotdraw8.fxcollection.typesafekey.Key
serialVersionUID -
Method Summary
Methods inherited from interface org.jhotdraw8.fxcollection.typesafekey.Key
cast, containsKey, getValue, getValueProperty, isAssignable, isDefault, isNullable, propertyAt, put, put, putValue, readOnlyPropertyAt, remove, remove, valueAtMethods inherited from interface org.jhotdraw8.fxcollection.typesafekey.MapAccessor
getDefaultValue, getName, getRawValueType, getValueType, isTransient, set
-
Method Details
-
get
Description copied from interface:KeyGets the value of the attribute denoted by this Key from a Map. -
get
Gets the value of the attribute denoted by this Key from a Map.
-