public class SelectCharIterable extends AbstractLazyCharIterable
| Constructor and Description |
|---|
SelectCharIterable(com.gs.collections.api.CharIterable delegate,
com.gs.collections.api.block.predicate.primitive.CharPredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allSatisfy(com.gs.collections.api.block.predicate.primitive.CharPredicate predicate) |
boolean |
anySatisfy(com.gs.collections.api.block.predicate.primitive.CharPredicate predicate) |
com.gs.collections.api.iterator.CharIterator |
charIterator() |
boolean |
containsAll(char... source) |
boolean |
containsAll(com.gs.collections.api.CharIterable source) |
int |
count(com.gs.collections.api.block.predicate.primitive.CharPredicate predicate) |
void |
each(com.gs.collections.api.block.procedure.primitive.CharProcedure procedure) |
boolean |
isEmpty()
Returns true if this iterable has zero items.
|
boolean |
noneSatisfy(com.gs.collections.api.block.predicate.primitive.CharPredicate predicate) |
boolean |
notEmpty()
The English equivalent of !this.isEmpty()
|
int |
size()
Returns the number of items in this iterable.
|
char[] |
toArray() |
com.gs.collections.api.bag.primitive.MutableCharBag |
toBag() |
com.gs.collections.api.list.primitive.MutableCharList |
toList() |
com.gs.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(com.gs.collections.api.CharIterable delegate,
com.gs.collections.api.block.predicate.primitive.CharPredicate predicate)
public com.gs.collections.api.iterator.CharIterator charIterator()
public void each(com.gs.collections.api.block.procedure.primitive.CharProcedure procedure)
public int size()
com.gs.collections.api.PrimitiveIterablesize in interface com.gs.collections.api.PrimitiveIterablesize in class AbstractLazyCharIterablepublic boolean isEmpty()
com.gs.collections.api.PrimitiveIterableisEmpty in interface com.gs.collections.api.PrimitiveIterableisEmpty in class AbstractLazyCharIterablepublic boolean notEmpty()
com.gs.collections.api.PrimitiveIterablenotEmpty in interface com.gs.collections.api.PrimitiveIterablenotEmpty in class AbstractLazyCharIterablepublic int count(com.gs.collections.api.block.predicate.primitive.CharPredicate predicate)
count in interface com.gs.collections.api.CharIterablecount in class AbstractLazyCharIterablepublic boolean anySatisfy(com.gs.collections.api.block.predicate.primitive.CharPredicate predicate)
anySatisfy in interface com.gs.collections.api.CharIterableanySatisfy in class AbstractLazyCharIterablepublic boolean allSatisfy(com.gs.collections.api.block.predicate.primitive.CharPredicate predicate)
allSatisfy in interface com.gs.collections.api.CharIterableallSatisfy in class AbstractLazyCharIterablepublic boolean noneSatisfy(com.gs.collections.api.block.predicate.primitive.CharPredicate predicate)
noneSatisfy in interface com.gs.collections.api.CharIterablenoneSatisfy in class AbstractLazyCharIterablepublic char[] toArray()
toArray in interface com.gs.collections.api.CharIterabletoArray in class AbstractLazyCharIterablepublic boolean containsAll(char... source)
containsAll in interface com.gs.collections.api.CharIterablecontainsAll in class AbstractLazyCharIterablepublic boolean containsAll(com.gs.collections.api.CharIterable source)
containsAll in interface com.gs.collections.api.CharIterablecontainsAll in class AbstractLazyCharIterablepublic com.gs.collections.api.list.primitive.MutableCharList toList()
toList in interface com.gs.collections.api.CharIterabletoList in class AbstractLazyCharIterablepublic com.gs.collections.api.set.primitive.MutableCharSet toSet()
toSet in interface com.gs.collections.api.CharIterabletoSet in class AbstractLazyCharIterablepublic com.gs.collections.api.bag.primitive.MutableCharBag toBag()
toBag in interface com.gs.collections.api.CharIterabletoBag in class AbstractLazyCharIterable