Class ShortCollections.IterableCollection

java.lang.Object
java.util.AbstractCollection<Short>
it.unimi.dsi.fastutil.shorts.AbstractShortCollection
it.unimi.dsi.fastutil.shorts.ShortCollections.IterableCollection
All Implemented Interfaces:
ShortCollection, ShortIterable, Serializable, Iterable<Short>, Collection<Short>
Enclosing class:
ShortCollections

public static class ShortCollections.IterableCollection extends AbstractShortCollection implements Serializable
A collection wrapper class for iterables.
See Also: