Class NonNullListStyleableKey<T>

Type Parameters:
T - the element type of the list
All Implemented Interfaces:
Serializable, ReadOnlyStyleableMapAccessor<ImmutableList<T>>, WritableStyleableMapAccessor<ImmutableList<T>>, Key<ImmutableList<T>>, MapAccessor<ImmutableList<T>>, NonNullKey<ImmutableList<T>>, NonNullMapAccessor<ImmutableList<T>>

public class NonNullListStyleableKey<T> extends AbstractReadOnlyStyleableKey<ImmutableList<T>> implements WritableStyleableMapAccessor<ImmutableList<T>>, NonNullKey<ImmutableList<T>>
NonNullListStyleableKey.
Author:
Werner Randelshofer
See Also: