Class ShortCollections.EmptyCollection

All Implemented Interfaces:
ShortCollection, ShortIterable, Iterable<Short>, Collection<Short>
Direct Known Subclasses:
ShortBigLists.EmptyBigList, ShortLists.EmptyList, ShortSets.EmptySet
Enclosing class:
ShortCollections

public abstract static class ShortCollections.EmptyCollection extends AbstractShortCollection
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.