Class BooleanCollections.IterableCollection

java.lang.Object
java.util.AbstractCollection<Boolean>
it.unimi.dsi.fastutil.booleans.AbstractBooleanCollection
it.unimi.dsi.fastutil.booleans.BooleanCollections.IterableCollection
All Implemented Interfaces:
BooleanCollection, BooleanIterable, Serializable, Iterable<Boolean>, Collection<Boolean>
Enclosing class:
BooleanCollections

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