public class ReverseCharIterable extends AbstractLazyCharIterable
ReverseIterable| Constructor and Description |
|---|
ReverseCharIterable(org.eclipse.collections.api.list.primitive.CharList newAdapted) |
| Modifier and Type | Method and Description |
|---|---|
static ReverseCharIterable |
adapt(org.eclipse.collections.api.list.primitive.CharList charList) |
org.eclipse.collections.api.LazyCharIterable |
asLazy() |
double |
average() |
org.eclipse.collections.api.iterator.CharIterator |
charIterator() |
boolean |
contains(char value) |
boolean |
containsAll(char... source) |
boolean |
containsAll(org.eclipse.collections.api.CharIterable source) |
void |
each(org.eclipse.collections.api.block.procedure.primitive.CharProcedure procedure) |
boolean |
isEmpty() |
char |
max() |
char |
maxIfEmpty(char defaultValue) |
double |
median() |
char |
min() |
char |
minIfEmpty(char defaultValue) |
boolean |
notEmpty() |
int |
size() |
long |
sum() |
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() |
allSatisfy, anySatisfy, appendString, appendString, appendString, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, count, detectIfNone, forEach, injectInto, makeString, makeString, makeString, noneSatisfy, reject, select, toSortedList, toStringpublic ReverseCharIterable(org.eclipse.collections.api.list.primitive.CharList newAdapted)
public static ReverseCharIterable adapt(org.eclipse.collections.api.list.primitive.CharList charList)
public org.eclipse.collections.api.iterator.CharIterator charIterator()
public void each(org.eclipse.collections.api.block.procedure.primitive.CharProcedure procedure)
public long sum()
sum in interface org.eclipse.collections.api.CharIterablesum in class AbstractLazyCharIterablepublic char max()
max in interface org.eclipse.collections.api.CharIterablemax in class AbstractLazyCharIterablepublic char min()
min in interface org.eclipse.collections.api.CharIterablemin in class AbstractLazyCharIterablepublic char minIfEmpty(char defaultValue)
minIfEmpty in interface org.eclipse.collections.api.CharIterableminIfEmpty in class AbstractLazyCharIterablepublic char maxIfEmpty(char defaultValue)
maxIfEmpty in interface org.eclipse.collections.api.CharIterablemaxIfEmpty in class AbstractLazyCharIterablepublic double average()
average in interface org.eclipse.collections.api.CharIterableaverage in class AbstractLazyCharIterablepublic double median()
median in interface org.eclipse.collections.api.CharIterablemedian in class AbstractLazyCharIterablepublic char[] toSortedArray()
toSortedArray in interface org.eclipse.collections.api.CharIterabletoSortedArray in class AbstractLazyCharIterablepublic char[] toArray()
toArray in interface org.eclipse.collections.api.CharIterabletoArray in class AbstractLazyCharIterablepublic boolean contains(char value)
contains in interface org.eclipse.collections.api.CharIterablecontains 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 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 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 org.eclipse.collections.api.LazyCharIterable asLazy()
asLazy in interface org.eclipse.collections.api.CharIterableasLazy in class AbstractLazyCharIterableCopyright © 2004–2017. All rights reserved.