Interface ListContainer<T>

Type Parameters:
T -
All Superinterfaces:
OptionalValue<List<T>>
All Known Implementing Classes:
ListContainerImpl, NonExistentListContainer

public interface ListContainer<T> extends OptionalValue<List<T>>
This class holds a List value from an AbstractData. It offers several methods to process the elements of this list and functions similar to it's single value counterpart: Container.