Package | Description |
---|---|
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
Modifier and Type | Method | Description |
---|---|---|
CharArrayList |
CharArrayList.newEmpty() |
Creates a new empty CharArrayList.
|
static CharArrayList |
CharArrayList.newList(CharIterable source) |
|
static CharArrayList |
CharArrayList.newListWith(char... elements) |
Creates a new list using the passed
elements argument as the backing store. |
static CharArrayList |
CharArrayList.newWithNValues(int size,
char value) |
|
CharArrayList |
CharArrayList.reject(CharPredicate predicate) |
|
CharArrayList |
CharArrayList.reverseThis() |
|
CharArrayList |
CharArrayList.select(CharPredicate predicate) |
|
CharArrayList |
CharArrayList.sortThis() |
|
CharArrayList |
CharArrayList.toReversed() |
|
CharArrayList |
CharArrayList.with(char element) |
|
CharArrayList |
CharArrayList.with(char element1,
char element2) |
|
CharArrayList |
CharArrayList.with(char element1,
char element2,
char element3) |
|
CharArrayList |
CharArrayList.with(char element1,
char element2,
char element3,
char... elements) |
|
CharArrayList |
CharArrayList.withAll(CharIterable elements) |
|
CharArrayList |
CharArrayList.without(char element) |
|
CharArrayList |
CharArrayList.withoutAll(CharIterable elements) |
Copyright © 2004–2019. All rights reserved.