public interface MutableCharList extends MutableCharCollection, CharList
add, addAll, addAll, charIterator, clear, remove, removeAll, removeAll, retainAll, retainAll
binarySearch, dotProduct, equals, get, hashCode, lastIndexOf
asReversed, getLast, injectIntoWithIndex
forEachWithIndex, getFirst, indexOf
allSatisfy, anySatisfy, asLazy, average, 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
void addAtIndex(int index, char element)
boolean addAllAtIndex(int index, char... source)
boolean addAllAtIndex(int index, CharIterable source)
char removeAtIndex(int index)
char set(int index, char element)
MutableCharList select(CharPredicate predicate)
select
in interface CharIterable
select
in interface CharList
select
in interface MutableCharCollection
select
in interface OrderedCharIterable
select
in interface ReversibleCharIterable
MutableCharList reject(CharPredicate predicate)
reject
in interface CharIterable
reject
in interface CharList
reject
in interface MutableCharCollection
reject
in interface OrderedCharIterable
reject
in interface ReversibleCharIterable
MutableCharList with(char element)
with
in interface MutableCharCollection
MutableCharList without(char element)
without
in interface MutableCharCollection
MutableCharList withAll(CharIterable elements)
withAll
in interface MutableCharCollection
MutableCharList withoutAll(CharIterable elements)
withoutAll
in interface MutableCharCollection
<V> MutableList<V> collect(CharToObjectFunction<? extends V> function)
collect
in interface CharIterable
collect
in interface CharList
collect
in interface MutableCharCollection
collect
in interface OrderedCharIterable
collect
in interface ReversibleCharIterable
MutableCharList reverseThis()
MutableCharList toReversed()
toReversed
in interface CharList
toReversed
in interface ReversibleCharIterable
MutableCharList distinct()
distinct
in interface CharList
distinct
in interface ReversibleCharIterable
MutableCharList sortThis()
MutableCharList asUnmodifiable()
asUnmodifiable
in interface MutableCharCollection
MutableCharList asSynchronized()
asSynchronized
in interface MutableCharCollection
ImmutableCharList toImmutable()
toImmutable
in interface CharList
toImmutable
in interface MutableCharCollection
MutableCharList subList(int fromIndex, int toIndex)
Copyright © 2004–2016. All rights reserved.