Class BooleanLists.EmptyList

All Implemented Interfaces:
BooleanCollection, BooleanIterable, BooleanList, Serializable, Cloneable, Comparable<List<? extends Boolean>>, Iterable<Boolean>, Collection<Boolean>, List<Boolean>, RandomAccess
Enclosing class:
BooleanLists

public static class BooleanLists.EmptyList extends BooleanCollections.EmptyCollection implements BooleanList, RandomAccess, Serializable, Cloneable
An immutable class representing an empty type-specific list.

This class may be useful to implement your own in case you subclass a type-specific list.

See Also: