Class NonNullListKey<E>

Type Parameters:
E - the element type of the list
All Implemented Interfaces:
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
  • Constructor Details

    • NonNullListKey

      public NonNullListKey(String key, Type elementType)
    • NonNullListKey

      public NonNullListKey(String key, Type elementType, ImmutableList<E> defaultValue)