public interface MutableCharList extends MutableCharCollection, CharList
add, addAll, addAll, charIterator, clear, remove, removeAll, removeAll, retainAll, retainAllbinarySearch, dotProduct, equals, get, hashCode, lastIndexOfasReversed, getLast, injectIntoWithIndexforEachWithIndex, getFirst, indexOfallSatisfy, anySatisfy, asLazy, average, 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, toStringvoid 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 CharIterableselect in interface CharListselect in interface MutableCharCollectionselect in interface OrderedCharIterableselect in interface ReversibleCharIterableMutableCharList reject(CharPredicate predicate)
reject in interface CharIterablereject in interface CharListreject in interface MutableCharCollectionreject in interface OrderedCharIterablereject in interface ReversibleCharIterableMutableCharList with(char element)
with in interface MutableCharCollectionMutableCharList without(char element)
without in interface MutableCharCollectionMutableCharList withAll(CharIterable elements)
withAll in interface MutableCharCollectionMutableCharList withoutAll(CharIterable elements)
withoutAll in interface MutableCharCollection<V> MutableList<V> collect(CharToObjectFunction<? extends V> function)
collect in interface CharIterablecollect in interface CharListcollect in interface MutableCharCollectioncollect in interface OrderedCharIterablecollect in interface ReversibleCharIterableMutableCharList reverseThis()
MutableCharList toReversed()
toReversed in interface CharListtoReversed in interface ReversibleCharIterableMutableCharList distinct()
distinct in interface CharListdistinct in interface ReversibleCharIterableMutableCharList sortThis()
MutableCharList asUnmodifiable()
asUnmodifiable in interface MutableCharCollectionMutableCharList asSynchronized()
asSynchronized in interface MutableCharCollectionImmutableCharList toImmutable()
toImmutable in interface CharListtoImmutable in interface MutableCharCollectionMutableCharList subList(int fromIndex, int toIndex)
Copyright © 2004–2017. All rights reserved.