public static class BooleanCollections.IterableCollection extends AbstractBooleanCollection implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected BooleanIterable |
iterable |
| Modifier | Constructor and Description |
|---|---|
protected |
IterableCollection(BooleanIterable iterable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty() |
it.unimi.dsi.fastutil.booleans.BooleanIterator |
iterator()
Returns a type-specific iterator on the elements of this collection.
|
int |
size() |
it.unimi.dsi.fastutil.booleans.BooleanSpliterator |
spliterator()
Returns a type-specific spliterator on the elements of this collection.
|
add, add, addAll, addAll, contains, contains, containsAll, containsAll, rem, remove, removeAll, removeAll, retainAll, retainAll, toArray, toBooleanArray, toBooleanArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitremoveIf, removeIfclear, equals, hashCode, parallelStream, stream, toArray, toArrayforEach, forEachprotected final BooleanIterable iterable
protected IterableCollection(BooleanIterable iterable)
public int size()
size in interface java.util.Collection<java.lang.Boolean>size in class java.util.AbstractCollection<java.lang.Boolean>public boolean isEmpty()
isEmpty in interface java.util.Collection<java.lang.Boolean>isEmpty in class java.util.AbstractCollection<java.lang.Boolean>public it.unimi.dsi.fastutil.booleans.BooleanIterator iterator()
BooleanCollectioniterator in interface BooleanCollectioniterator in interface BooleanIterableiterator in interface java.lang.Iterable<java.lang.Boolean>iterator in interface java.util.Collection<java.lang.Boolean>iterator in class AbstractBooleanCollectionIterable.iterator()public it.unimi.dsi.fastutil.booleans.BooleanSpliterator spliterator()
BooleanCollectionSee Collection.spliterator() for more documentation on the requirements
of the returned spliterator.
spliterator in interface BooleanCollectionspliterator in interface BooleanIterablespliterator in interface java.lang.Iterable<java.lang.Boolean>spliterator in interface java.util.Collection<java.lang.Boolean>