Uses of Class
org.eclipse.collections.impl.list.mutable.primitive.CharArrayList
-
Packages that use CharArrayList Package Description org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces. -
-
Uses of CharArrayList in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return CharArrayList Modifier and Type Method Description CharArrayListCharArrayList. newEmpty()Creates a new empty CharArrayList.static CharArrayListCharArrayList. newList(CharIterable source)static CharArrayListCharArrayList. newListWith(char... elements)Creates a new list using the passedelementsargument as the backing store.static CharArrayListCharArrayList. newWithNValues(int size, char value)CharArrayListCharArrayList. reject(CharPredicate predicate)CharArrayListCharArrayList. reverseThis()CharArrayListCharArrayList. select(CharPredicate predicate)CharArrayListCharArrayList. sortThis()CharArrayListCharArrayList. sortThis(CharComparator comparator)CharArrayListCharArrayList. toReversed()CharArrayListCharArrayList. with(char element)CharArrayListCharArrayList. with(char element1, char element2)CharArrayListCharArrayList. with(char element1, char element2, char element3)CharArrayListCharArrayList. with(char element1, char element2, char element3, char... elements)CharArrayListCharArrayList. withAll(CharIterable elements)CharArrayListCharArrayList. without(char element)CharArrayListCharArrayList. withoutAll(CharIterable elements)static CharArrayListCharArrayList. wrapCopy(char... array)Creates a new list by first copying the array passed in.
-