@Immutable public class CollectCharIterable<T> extends AbstractLazyCharIterable
| Constructor and Description |
|---|
CollectCharIterable(org.eclipse.collections.api.LazyIterable<T> adapted,
org.eclipse.collections.api.block.function.primitive.CharFunction<? super T> function) |
| 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) |
void |
forEach(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() |
char[] |
toSortedArray() |
appendString, appendString, appendString, asLazy, average, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, detectIfNone, injectInto, makeString, makeString, makeString, max, maxIfEmpty, median, min, minIfEmpty, reject, select, sum, toSortedList, toStringpublic org.eclipse.collections.api.iterator.CharIterator charIterator()
public void forEach(org.eclipse.collections.api.block.procedure.primitive.CharProcedure procedure)
forEach in interface org.eclipse.collections.api.CharIterableforEach in class AbstractLazyCharIterablepublic 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 char[] toSortedArray()
toSortedArray in interface org.eclipse.collections.api.CharIterabletoSortedArray 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 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 AbstractLazyCharIterableCopyright © 2004–2017. All rights reserved.