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() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitallSatisfy, anySatisfy, booleanIterator, chunk, collect, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, count, detectIfNone, each, flatCollect, forEach, injectInto, noneSatisfy, reduce, reduceIfEmpty, reject, reject, select, select, tap, toArrayappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizepublic String toString()
toString in interface PrimitiveIterabletoString in class Objectpublic LazyBooleanIterable asLazy()
asLazy in interface BooleanIterablepublic MutableBooleanList toList()
toList in interface BooleanIterablepublic MutableBooleanSet toSet()
toSet in interface BooleanIterablepublic MutableBooleanBag toBag()
toBag in interface BooleanIterablepublic boolean containsAll(boolean... source)
containsAll in interface BooleanIterablepublic boolean containsAll(BooleanIterable source)
containsAll in interface BooleanIterableCopyright © 2004–2020. All rights reserved.