Class ByteCollections.EmptyCollection

All Implemented Interfaces:
ByteCollection, ByteIterable, Iterable<Byte>, Collection<Byte>
Direct Known Subclasses:
ByteBigLists.EmptyBigList, ByteLists.EmptyList, ByteSets.EmptySet
Enclosing class:
ByteCollections

public abstract static class ByteCollections.EmptyCollection extends AbstractByteCollection
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.