Class LongCollections.EmptyCollection

All Implemented Interfaces:
LongCollection, LongIterable, Iterable<Long>, Collection<Long>
Direct Known Subclasses:
LongBigLists.EmptyBigList, LongLists.EmptyList, LongSets.EmptySet
Enclosing class:
LongCollections

public abstract static class LongCollections.EmptyCollection extends AbstractLongCollection
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.