public class CollectCharIterable<T> extends AbstractLazyCharIterable
| Constructor and Description |
|---|
CollectCharIterable(LazyIterable<T> adapted,
CharFunction<? super T> function) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allSatisfy(CharPredicate predicate) |
boolean |
anySatisfy(CharPredicate predicate) |
CharIterator |
charIterator() |
boolean |
containsAll(char... source) |
boolean |
containsAll(CharIterable source) |
int |
count(CharPredicate predicate) |
void |
each(CharProcedure procedure) |
boolean |
isEmpty() |
boolean |
notEmpty() |
int |
size() |
char[] |
toArray() |
MutableCharBag |
toBag() |
MutableCharList |
toList() |
MutableCharSet |
toSet() |
char[] |
toSortedArray() |
appendString, appendString, appendString, asLazy, average, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, detectIfNone, flatCollect, injectInto, makeString, makeString, makeString, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, tap, toSortedList, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaverageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, containsAny, containsAny, containsNone, containsNone, flatCollect, forEach, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, medianIfEmpty, reduce, reduceIfEmpty, reject, select, summaryStatistics, toArray, toSortedList, toSortedListBy, toSortedListBypublic CollectCharIterable(LazyIterable<T> adapted, CharFunction<? super T> function)
public CharIterator charIterator()
public void each(CharProcedure procedure)
public int size()
size in interface PrimitiveIterablesize in class AbstractLazyCharIterablepublic boolean isEmpty()
isEmpty in interface PrimitiveIterableisEmpty in class AbstractLazyCharIterablepublic boolean notEmpty()
notEmpty in interface PrimitiveIterablenotEmpty in class AbstractLazyCharIterablepublic int count(CharPredicate predicate)
count in interface CharIterablecount in class AbstractLazyCharIterablepublic boolean anySatisfy(CharPredicate predicate)
anySatisfy in interface CharIterableanySatisfy in class AbstractLazyCharIterablepublic boolean allSatisfy(CharPredicate predicate)
allSatisfy in interface CharIterableallSatisfy in class AbstractLazyCharIterablepublic char[] toArray()
toArray in interface CharIterabletoArray in class AbstractLazyCharIterablepublic char[] toSortedArray()
toSortedArray in interface CharIterabletoSortedArray in class AbstractLazyCharIterablepublic MutableCharList toList()
toList in interface CharIterabletoList in class AbstractLazyCharIterablepublic MutableCharSet toSet()
toSet in interface CharIterabletoSet in class AbstractLazyCharIterablepublic MutableCharBag toBag()
toBag in interface CharIterabletoBag in class AbstractLazyCharIterablepublic boolean containsAll(char... source)
containsAll in interface CharIterablecontainsAll in class AbstractLazyCharIterablepublic boolean containsAll(CharIterable source)
containsAll in interface CharIterablecontainsAll in class AbstractLazyCharIterableCopyright © 2004–2022. All rights reserved.