Uses of Class
org.eclipse.collections.impl.list.mutable.primitive.CharArrayList
Packages that use CharArrayList
Package
Description
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 CharArrayListModifier and TypeMethodDescriptionCharArrayList.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) CharArrayList.reject(CharPredicate predicate) CharArrayList.reverseThis()CharArrayList.select(CharPredicate predicate) CharArrayList.sortThis()CharArrayList.sortThis(CharComparator comparator) CharArrayList.toReversed()CharArrayList.with(char element) CharArrayList.with(char element1, char element2) CharArrayList.with(char element1, char element2, char element3) CharArrayList.with(char element1, char element2, char element3, char... elements) CharArrayList.withAll(CharIterable elements) CharArrayList.without(char element) CharArrayList.withoutAll(CharIterable elements) static CharArrayListCharArrayList.wrapCopy(char... array) Creates a new list by first copying the array passed in.