Class LongCollections.IterableCollection

java.lang.Object
java.util.AbstractCollection<Long>
it.unimi.dsi.fastutil.longs.AbstractLongCollection
it.unimi.dsi.fastutil.longs.LongCollections.IterableCollection
All Implemented Interfaces:
LongCollection, LongIterable, Serializable, Iterable<Long>, Collection<Long>
Enclosing class:
LongCollections

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