| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
| org.eclipse.collections.api.bag.sorted |
This package contains interfaces for SortedBag API.
|
| org.eclipse.collections.api.factory.list.primitive |
This package contains factory API for creating immutable primitive list instances.
|
| org.eclipse.collections.api.list |
This package contains interfaces for list API which enhance the performance and functionality of
List. |
| org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
| org.eclipse.collections.api.map |
This package contains interfaces for map API which enhance the performance and functionality of
Map |
| org.eclipse.collections.api.map.sorted |
This package contains mutable and immutable sorted map interfaces.
|
| org.eclipse.collections.api.set.sorted |
This package contains interfaces for sorted set API.
|
| Modifier and Type | Method and Description |
|---|---|
MutableCharList |
CharIterable.toList()
Converts the CharIterable to a new MutableCharList.
|
MutableCharList |
CharIterable.toSortedList() |
| Modifier and Type | Method and Description |
|---|---|
MutableCharList |
MutableSortedBag.collectChar(CharFunction<? super T> charFunction) |
| Modifier and Type | Method and Description |
|---|---|
MutableCharList |
MutableCharListFactory.empty() |
MutableCharList |
MutableCharListFactory.of()
Same as
MutableCharListFactory.empty(). |
MutableCharList |
MutableCharListFactory.of(char... items)
Same as
MutableCharListFactory.with(char[]). |
MutableCharList |
MutableCharListFactory.ofAll(CharIterable items)
|
MutableCharList |
MutableCharListFactory.with()
Same as
MutableCharListFactory.empty(). |
MutableCharList |
MutableCharListFactory.with(char... items) |
MutableCharList |
MutableCharListFactory.withAll(CharIterable items) |
| Modifier and Type | Method and Description |
|---|---|
MutableCharList |
MutableList.collectChar(CharFunction<? super T> charFunction) |
| Modifier and Type | Method and Description |
|---|---|
MutableCharList |
MutableCharList.asSynchronized() |
MutableCharList |
MutableCharList.asUnmodifiable() |
MutableCharList |
MutableCharList.distinct() |
MutableCharList |
MutableCharList.reject(CharPredicate predicate) |
MutableCharList |
MutableCharList.reverseThis() |
MutableCharList |
MutableCharList.select(CharPredicate predicate) |
MutableCharList |
MutableCharList.sortThis()
Sorts this list mutating its contents and returns the same mutable list (this).
|
MutableCharList |
MutableCharList.subList(int fromIndex,
int toIndex) |
default MutableCharList |
MutableCharList.tap(CharProcedure procedure) |
MutableCharList |
MutableCharList.toReversed() |
MutableCharList |
MutableCharList.with(char element) |
MutableCharList |
MutableCharList.withAll(CharIterable elements) |
MutableCharList |
MutableCharList.without(char element) |
MutableCharList |
MutableCharList.withoutAll(CharIterable elements) |
| Modifier and Type | Method and Description |
|---|---|
MutableCharList |
MutableOrderedMap.collectChar(CharFunction<? super V> charFunction) |
| Modifier and Type | Method and Description |
|---|---|
MutableCharList |
MutableSortedMap.collectChar(CharFunction<? super V> charFunction) |
| Modifier and Type | Method and Description |
|---|---|
MutableCharList |
MutableSortedSet.collectChar(CharFunction<? super T> charFunction) |
Copyright © 2004–2017. All rights reserved.