Class NonEmptyList<A>

java.lang.Object
org.opencastproject.util.data.NonEmptyList<A>
Type Parameters:
A - content type
All Implemented Interfaces:
Iterable<A>, Collection<A>, List<A>, SequencedCollection<A>

public final class NonEmptyList<A> extends Object implements List<A>
Non empty list. Also immutable.