Module org.jhotdraw8.fxcollection
Interface NonNullKey<T>
- Type Parameters:
T- the value type
- All Superinterfaces:
Key<@NonNull T>,MapAccessor<T>,NonNullMapAccessor<@NonNull T>,Serializable
- All Known Implementing Classes:
NonNullListKey,NonNullObjectKey
NonNullKey.
-
Field Summary
Fields inherited from interface org.jhotdraw8.fxcollection.typesafekey.Key
serialVersionUIDFields inherited from interface org.jhotdraw8.fxcollection.typesafekey.NonNullMapAccessor
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, setMethods inherited from interface org.jhotdraw8.fxcollection.typesafekey.NonNullMapAccessor
getDefaultValueNonNull, getNonNull, getNonNull, putNonNull
-
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.
-