Class IntCollections.EmptyCollection

All Implemented Interfaces:
IntCollection, IntIterable, Iterable<Integer>, Collection<Integer>
Direct Known Subclasses:
IntBigLists.EmptyBigList, IntLists.EmptyList, IntSets.EmptySet
Enclosing class:
IntCollections

public abstract static class IntCollections.EmptyCollection extends AbstractIntCollection
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.