Class ByteCollections.IterableCollection

java.lang.Object
java.util.AbstractCollection<Byte>
it.unimi.dsi.fastutil.bytes.AbstractByteCollection
it.unimi.dsi.fastutil.bytes.ByteCollections.IterableCollection
All Implemented Interfaces:
ByteCollection, ByteIterable, Serializable, Iterable<Byte>, Collection<Byte>
Enclosing class:
ByteCollections

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