java.lang.Object
org.jhotdraw8.fxcollection.typesafekey.AbstractKey<T>
org.jhotdraw8.fxcollection.typesafekey.TransientKey<T>
Type Parameters:
T - the value type
All Implemented Interfaces:
Serializable, Key<T>, MapAccessor<T>, NullableKey<T>

public class TransientKey<T> extends AbstractKey<T> implements NullableKey<T>
TransientKey can be used to store temporary data in an object.
Author:
Werner Randelshofer
See Also: