Class ByteSets.EmptySet

All Implemented Interfaces:
ByteCollection, ByteIterable, ByteSet, Serializable, Cloneable, Iterable<Byte>, Collection<Byte>, Set<Byte>
Direct Known Subclasses:
ByteSortedSets.EmptySet
Enclosing class:
ByteSets

public static class ByteSets.EmptySet extends ByteCollections.EmptyCollection implements ByteSet, 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: