public abstract class AbstractBooleanIterable extends Object implements BooleanIterable
Constructor and Description |
---|
AbstractBooleanIterable() |
Modifier and Type | Method and Description |
---|---|
LazyBooleanIterable |
asLazy() |
boolean |
containsAll(boolean... source) |
boolean |
containsAll(BooleanIterable source) |
MutableBooleanBag |
toBag() |
MutableBooleanList |
toList() |
MutableBooleanSet |
toSet() |
String |
toString()
Returns a string representation of this PrimitiveIterable.
|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
allSatisfy, anySatisfy, booleanIterator, collect, contains, count, detectIfNone, each, forEach, injectInto, noneSatisfy, reject, select, toArray
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
public String toString()
PrimitiveIterable
toString
in interface PrimitiveIterable
toString
in class Object
public LazyBooleanIterable asLazy()
asLazy
in interface BooleanIterable
public MutableBooleanList toList()
toList
in interface BooleanIterable
public MutableBooleanSet toSet()
toSet
in interface BooleanIterable
public MutableBooleanBag toBag()
toBag
in interface BooleanIterable
public boolean containsAll(boolean... source)
containsAll
in interface BooleanIterable
public boolean containsAll(BooleanIterable source)
containsAll
in interface BooleanIterable
Copyright © 2004–2016. All rights reserved.