public abstract class AbstractBooleanIterable extends Object implements org.eclipse.collections.api.BooleanIterable
| Constructor and Description |
|---|
AbstractBooleanIterable() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendString(Appendable appendable) |
void |
appendString(Appendable appendable,
String separator) |
org.eclipse.collections.api.LazyBooleanIterable |
asLazy() |
boolean |
containsAll(boolean... source) |
boolean |
containsAll(org.eclipse.collections.api.BooleanIterable source) |
boolean |
isEmpty() |
String |
makeString() |
String |
makeString(String separator) |
String |
makeString(String start,
String separator,
String end) |
boolean |
notEmpty() |
org.eclipse.collections.api.bag.primitive.MutableBooleanBag |
toBag() |
org.eclipse.collections.api.list.primitive.MutableBooleanList |
toList() |
org.eclipse.collections.api.set.primitive.MutableBooleanSet |
toSet() |
String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic String toString()
public String makeString()
makeString in interface org.eclipse.collections.api.PrimitiveIterablepublic String makeString(String separator)
makeString in interface org.eclipse.collections.api.PrimitiveIterablepublic String makeString(String start, String separator, String end)
makeString in interface org.eclipse.collections.api.PrimitiveIterablepublic void appendString(Appendable appendable)
appendString in interface org.eclipse.collections.api.PrimitiveIterablepublic void appendString(Appendable appendable, String separator)
appendString in interface org.eclipse.collections.api.PrimitiveIterablepublic org.eclipse.collections.api.LazyBooleanIterable asLazy()
asLazy in interface org.eclipse.collections.api.BooleanIterablepublic org.eclipse.collections.api.list.primitive.MutableBooleanList toList()
toList in interface org.eclipse.collections.api.BooleanIterablepublic org.eclipse.collections.api.set.primitive.MutableBooleanSet toSet()
toSet in interface org.eclipse.collections.api.BooleanIterablepublic org.eclipse.collections.api.bag.primitive.MutableBooleanBag toBag()
toBag in interface org.eclipse.collections.api.BooleanIterablepublic boolean containsAll(boolean... source)
containsAll in interface org.eclipse.collections.api.BooleanIterablepublic boolean containsAll(org.eclipse.collections.api.BooleanIterable source)
containsAll in interface org.eclipse.collections.api.BooleanIterablepublic boolean isEmpty()
isEmpty in interface org.eclipse.collections.api.PrimitiveIterablepublic boolean notEmpty()
notEmpty in interface org.eclipse.collections.api.PrimitiveIterableCopyright © 2004–2018. All rights reserved.