Class BooleanBigLists.EmptyBigList

All Implemented Interfaces:
BigList<Boolean>, BooleanBigList, BooleanCollection, BooleanIterable, Size64, Serializable, Cloneable, Comparable<BigList<? extends Boolean>>, Iterable<Boolean>, Collection<Boolean>
Enclosing class:
BooleanBigLists

public static class BooleanBigLists.EmptyBigList extends BooleanCollections.EmptyCollection implements BooleanBigList, Serializable, Cloneable
An immutable class representing an empty type-specific big list.

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

See Also: