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, toImmutable
asReversed, getLast, injectIntoWithIndex
forEachWithIndex, getFirst, indexOf
allSatisfy, anySatisfy, asLazy, average, charIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
ImmutableCharList select(CharPredicate predicate)
select
in interface CharIterable
select
in interface CharList
select
in interface ImmutableCharCollection
select
in interface OrderedCharIterable
select
in interface ReversibleCharIterable
ImmutableCharList reject(CharPredicate predicate)
reject
in interface CharIterable
reject
in interface CharList
reject
in interface ImmutableCharCollection
reject
in interface OrderedCharIterable
reject
in interface ReversibleCharIterable
<V> ImmutableList<V> collect(CharToObjectFunction<? extends V> function)
collect
in interface CharIterable
collect
in interface CharList
collect
in interface ImmutableCharCollection
collect
in interface OrderedCharIterable
collect
in interface ReversibleCharIterable
ImmutableCharList newWith(char element)
newWith
in interface ImmutableCharCollection
ImmutableCharList newWithout(char element)
newWithout
in interface ImmutableCharCollection
ImmutableCharList newWithAll(CharIterable elements)
newWithAll
in interface ImmutableCharCollection
ImmutableCharList newWithoutAll(CharIterable elements)
newWithoutAll
in interface ImmutableCharCollection
ImmutableCharList toReversed()
toReversed
in interface CharList
toReversed
in interface ReversibleCharIterable
ImmutableCharList distinct()
distinct
in interface CharList
distinct
in interface ReversibleCharIterable
ImmutableCharList subList(int fromIndex, int toIndex)
Copyright © 2004–2016. All rights reserved.