Class FloatSets.EmptySet

All Implemented Interfaces:
FloatCollection, FloatIterable, FloatSet, Serializable, Cloneable, Iterable<Float>, Collection<Float>, Set<Float>
Direct Known Subclasses:
FloatSortedSets.EmptySet
Enclosing class:
FloatSets

public static class FloatSets.EmptySet extends FloatCollections.EmptyCollection implements FloatSet, 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: