Class BooleanCollections.EmptyCollection

All Implemented Interfaces:
BooleanCollection, BooleanIterable, Iterable<Boolean>, Collection<Boolean>
Direct Known Subclasses:
BooleanBigLists.EmptyBigList, BooleanLists.EmptyList, BooleanSets.EmptySet
Enclosing class:
BooleanCollections

public abstract static class BooleanCollections.EmptyCollection extends AbstractBooleanCollection
An immutable class representing an empty type-specific collection.

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