public interface ImmutableCharList extends ImmutableCharCollection, CharList
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableList<V> |
collect(CharToObjectFunction<? extends V> function) |
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() |
dotProduct, equals, get, hashCode, lastIndexOf, toImmutableasReversed, forEachWithIndex, getFirst, getLast, indexOf, injectIntoWithIndexallSatisfy, anySatisfy, asLazy, average, charIterator, contains, containsAll, containsAll, count, detectIfNone, 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 ReversibleCharIterableImmutableCharList reject(CharPredicate predicate)
reject in interface CharIterablereject in interface CharListreject in interface ImmutableCharCollectionreject in interface ReversibleCharIterable<V> ImmutableList<V> collect(CharToObjectFunction<? extends V> function)
collect in interface CharIterablecollect in interface CharListcollect in interface ImmutableCharCollectioncollect 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 subList(int fromIndex, int toIndex)
Copyright © 2004–2017. All rights reserved.