public class SelectCharIterable extends AbstractLazyCharIterable
| Constructor and Description |
|---|
SelectCharIterable(org.eclipse.collections.api.CharIterable delegate,
org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allSatisfy(org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate) |
boolean |
anySatisfy(org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate) |
org.eclipse.collections.api.iterator.CharIterator |
charIterator() |
boolean |
containsAll(char... source) |
boolean |
containsAll(org.eclipse.collections.api.CharIterable source) |
int |
count(org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate) |
void |
each(org.eclipse.collections.api.block.procedure.primitive.CharProcedure procedure) |
boolean |
isEmpty() |
boolean |
noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate) |
boolean |
notEmpty() |
int |
size() |
char[] |
toArray() |
org.eclipse.collections.api.bag.primitive.MutableCharBag |
toBag() |
org.eclipse.collections.api.list.primitive.MutableCharList |
toList() |
org.eclipse.collections.api.set.primitive.MutableCharSet |
toSet() |
appendString, appendString, appendString, asLazy, average, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, detectIfNone, forEach, injectInto, makeString, makeString, makeString, max, maxIfEmpty, median, min, minIfEmpty, reject, select, sum, toSortedArray, toSortedList, toStringpublic SelectCharIterable(org.eclipse.collections.api.CharIterable delegate,
org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate)
public org.eclipse.collections.api.iterator.CharIterator charIterator()
public void each(org.eclipse.collections.api.block.procedure.primitive.CharProcedure procedure)
public int size()
size in interface org.eclipse.collections.api.PrimitiveIterablesize in class AbstractLazyCharIterablepublic boolean isEmpty()
isEmpty in interface org.eclipse.collections.api.PrimitiveIterableisEmpty in class AbstractLazyCharIterablepublic boolean notEmpty()
notEmpty in interface org.eclipse.collections.api.PrimitiveIterablenotEmpty in class AbstractLazyCharIterablepublic int count(org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate)
count in interface org.eclipse.collections.api.CharIterablecount in class AbstractLazyCharIterablepublic boolean anySatisfy(org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate)
anySatisfy in interface org.eclipse.collections.api.CharIterableanySatisfy in class AbstractLazyCharIterablepublic boolean allSatisfy(org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate)
allSatisfy in interface org.eclipse.collections.api.CharIterableallSatisfy in class AbstractLazyCharIterablepublic boolean noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate)
noneSatisfy in interface org.eclipse.collections.api.CharIterablenoneSatisfy in class AbstractLazyCharIterablepublic char[] toArray()
toArray in interface org.eclipse.collections.api.CharIterabletoArray in class AbstractLazyCharIterablepublic boolean containsAll(char... source)
containsAll in interface org.eclipse.collections.api.CharIterablecontainsAll in class AbstractLazyCharIterablepublic boolean containsAll(org.eclipse.collections.api.CharIterable source)
containsAll in interface org.eclipse.collections.api.CharIterablecontainsAll in class AbstractLazyCharIterablepublic org.eclipse.collections.api.list.primitive.MutableCharList toList()
toList in interface org.eclipse.collections.api.CharIterabletoList in class AbstractLazyCharIterablepublic org.eclipse.collections.api.set.primitive.MutableCharSet toSet()
toSet in interface org.eclipse.collections.api.CharIterabletoSet in class AbstractLazyCharIterablepublic org.eclipse.collections.api.bag.primitive.MutableCharBag toBag()
toBag in interface org.eclipse.collections.api.CharIterabletoBag in class AbstractLazyCharIterableCopyright © 2004–2017. All rights reserved.