CharIterable, CharList, ImmutableCharCollection, OrderedCharIterable, PrimitiveIterable, ReversibleCharIterableCharAdapterpublic interface ImmutableCharList extends ImmutableCharCollection, CharList
| Modifier and Type | Method | Description |
|---|---|---|
<V> ImmutableList<V> |
collect(CharToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
ImmutableCharList |
distinct() |
|
ImmutableCharList |
newWith(char element) |
|
ImmutableCharList |
newWithAll(CharIterable elements) |
|
ImmutableCharList |
newWithout(char element) |
|
ImmutableCharList |
newWithoutAll(CharIterable elements) |
|
ImmutableCharList |
reject(CharPredicate predicate) |
Returns a new CharIterable with all of the elements in the CharIterable that
return false for the specified predicate.
|
ImmutableCharList |
select(CharPredicate predicate) |
Returns a new CharIterable with all of the elements in the CharIterable that
return true for the specified predicate.
|
ImmutableCharList |
subList(int fromIndex,
int toIndex) |
|
ImmutableCharList |
toReversed() |
allSatisfy, anySatisfy, asLazy, average, charIterator, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListbinarySearch, dotProduct, equals, get, hashCode, lastIndexOf, toImmutableforEachWithIndex, getFirst, indexOfappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringasReversed, getLast, injectIntoWithIndexImmutableCharList select(CharPredicate predicate)
CharIterableselect in interface CharIterableselect in interface CharListselect in interface ImmutableCharCollectionselect in interface OrderedCharIterableselect in interface ReversibleCharIterableImmutableCharList reject(CharPredicate predicate)
CharIterablereject in interface CharIterablereject in interface CharListreject in interface ImmutableCharCollectionreject in interface OrderedCharIterablereject in interface ReversibleCharIterable<V> ImmutableList<V> collect(CharToObjectFunction<? extends V> function)
CharIterablecollect in interface CharIterablecollect in interface CharListcollect in interface ImmutableCharCollectioncollect in interface OrderedCharIterablecollect in interface ReversibleCharIterableImmutableCharList newWith(char element)
newWith in interface ImmutableCharCollectionImmutableCharList newWithout(char element)
newWithout in interface ImmutableCharCollectionImmutableCharList newWithAll(CharIterable elements)
newWithAll in interface ImmutableCharCollectionImmutableCharList newWithoutAll(CharIterable elements)
newWithoutAll in interface ImmutableCharCollectionImmutableCharList toReversed()
toReversed in interface CharListtoReversed in interface ReversibleCharIterableImmutableCharList distinct()
distinct in interface CharListdistinct in interface ReversibleCharIterableImmutableCharList subList(int fromIndex, int toIndex)
Copyright © 2004–2017. All rights reserved.