Class BooleanSets.EmptySet

All Implemented Interfaces:
BooleanCollection, BooleanIterable, BooleanSet, Serializable, Cloneable, Iterable<Boolean>, Collection<Boolean>, Set<Boolean>
Enclosing class:
BooleanSets

public static class BooleanSets.EmptySet extends BooleanCollections.EmptyCollection implements BooleanSet, Serializable, Cloneable
An immutable class representing the empty set and implementing a type-specific set interface.

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

See Also: