Class IntCollections.IterableCollection

java.lang.Object
java.util.AbstractCollection<Integer>
it.unimi.dsi.fastutil.ints.AbstractIntCollection
it.unimi.dsi.fastutil.ints.IntCollections.IterableCollection
All Implemented Interfaces:
IntCollection, IntIterable, Serializable, Iterable<Integer>, Collection<Integer>
Enclosing class:
IntCollections

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