public interface ImmutableCharList extends ImmutableCharCollection, CharList
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableList<V> |
collect(CharToObjectFunction<? extends V> function) |
ImmutableCharList |
distinct() |
ImmutableCharList |
newWith(char element) |
ImmutableCharList |
newWithAll(CharIterable elements) |
ImmutableCharList |
newWithout(char element) |
ImmutableCharList |
newWithoutAll(CharIterable elements) |
ImmutableCharList |
reject(CharPredicate predicate) |
ImmutableCharList |
select(CharPredicate predicate) |
ImmutableCharList |
subList(int fromIndex,
int toIndex) |
ImmutableCharList |
toReversed() |
binarySearch, dotProduct, equals, get, hashCode, lastIndexOf, toImmutableasReversed, getLast, injectIntoWithIndexforEachWithIndex, getFirst, indexOfallSatisfy, anySatisfy, asLazy, average, charIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringImmutableCharList select(CharPredicate predicate)
select in interface CharIterableselect in interface CharListselect in interface ImmutableCharCollectionselect in interface OrderedCharIterableselect in interface ReversibleCharIterableImmutableCharList reject(CharPredicate predicate)
reject in interface CharIterablereject in interface CharListreject in interface ImmutableCharCollectionreject in interface OrderedCharIterablereject in interface ReversibleCharIterable<V> ImmutableList<V> collect(CharToObjectFunction<? extends V> function)
collect 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.