Serialized Form
-
Package org.jhotdraw8.fxcollection.typesafekey
-
Class org.jhotdraw8.fxcollection.typesafekey.AbstractKey
class AbstractKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
initialValue
@Nullable T initialValue
Holds the default value. -
isNullable
boolean isNullable
Whether the value may be set to null. -
isTransient
boolean isTransient
-
name
@NonNull String name
Holds a String representation of the name. -
type
@NonNull Type type
This variable is used as a "type token" so that we can check for assignability of attribute values at runtime.
-
-
Class org.jhotdraw8.fxcollection.typesafekey.NonNullListKey
- serialVersionUID:
- 1L
-
Class org.jhotdraw8.fxcollection.typesafekey.NonNullObjectKey
- serialVersionUID:
- 1L
-
Class org.jhotdraw8.fxcollection.typesafekey.NullableObjectKey
- serialVersionUID:
- 1L
-
Class org.jhotdraw8.fxcollection.typesafekey.SetValueMapAccessor
class SetValueMapAccessor extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
defaultValue
boolean defaultValue
-
isTransient
boolean isTransient
-
name
@NonNull String name
-
setAccessor
@NonNull MapAccessor<ImmutableSet<E>> setAccessor
-
value
@Nullable E value
-
-
Class org.jhotdraw8.fxcollection.typesafekey.TransientKey
- serialVersionUID:
- 1L
-