Class NonNullListKey<E>

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

public class NonNullListKey<E> extends NonNullObjectKey<ImmutableList<E>>
A Key that stores a list of values.
Author:
Werner Randelshofer
See Also: