Package | Description |
---|---|
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.
|
org.eclipse.collections.impl.list.immutable.primitive |
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
|
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
org.eclipse.collections.impl.map.sorted.immutable |
This package contains implementations of the
MutableSortedMap interface. |
org.eclipse.collections.impl.string.immutable |
Modifier and Type | Method and Description |
---|---|
ImmutableCharList |
ImmutableSortedBag.collectChar(CharFunction<? super T> charFunction) |
Modifier and Type | Method and Description |
---|---|
ImmutableCharList |
ImmutableCharListFactory.empty() |
ImmutableCharList |
ImmutableCharListFactory.of()
Same as
ImmutableCharListFactory.empty() . |
ImmutableCharList |
ImmutableCharListFactory.of(char... items)
|
ImmutableCharList |
ImmutableCharListFactory.of(char one)
Same as
ImmutableCharListFactory.with(char) . |
ImmutableCharList |
ImmutableCharListFactory.ofAll(CharIterable items)
|
ImmutableCharList |
ImmutableCharListFactory.with()
Same as
ImmutableCharListFactory.empty() . |
ImmutableCharList |
ImmutableCharListFactory.with(char... items) |
ImmutableCharList |
ImmutableCharListFactory.with(char one) |
ImmutableCharList |
ImmutableCharListFactory.withAll(CharIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableCharList |
ImmutableList.collectChar(CharFunction<? super T> charFunction) |
Modifier and Type | Method and Description |
---|---|
ImmutableCharList |
ImmutableCharList.distinct() |
ImmutableCharList |
ImmutableCharList.newWith(char element) |
ImmutableCharList |
ImmutableCharList.newWithAll(CharIterable elements) |
ImmutableCharList |
ImmutableCharList.newWithout(char element) |
ImmutableCharList |
ImmutableCharList.newWithoutAll(CharIterable elements) |
ImmutableCharList |
ImmutableCharList.reject(CharPredicate predicate) |
ImmutableCharList |
ImmutableCharList.select(CharPredicate predicate) |
ImmutableCharList |
ImmutableCharList.subList(int fromIndex,
int toIndex) |
ImmutableCharList |
CharList.toImmutable()
Returns an immutable copy of this list.
|
ImmutableCharList |
MutableCharList.toImmutable()
Returns an immutable copy of this list.
|
ImmutableCharList |
ImmutableCharList.toReversed() |
Modifier and Type | Method and Description |
---|---|
ImmutableCharList |
ImmutableOrderedMap.collectChar(CharFunction<? super V> charFunction) |
Modifier and Type | Method and Description |
---|---|
ImmutableCharList |
ImmutableSortedMap.collectChar(CharFunction<? super V> charFunction) |
Modifier and Type | Method and Description |
---|---|
ImmutableCharList |
ImmutableSortedSet.collectChar(CharFunction<? super T> charFunction) |
Modifier and Type | Method and Description |
---|---|
ImmutableCharList |
ImmutableCharListFactoryImpl.empty() |
ImmutableCharList |
ImmutableCharListFactoryImpl.of() |
ImmutableCharList |
ImmutableCharListFactoryImpl.of(char... items) |
ImmutableCharList |
ImmutableCharListFactoryImpl.of(char one) |
ImmutableCharList |
ImmutableCharListFactoryImpl.ofAll(CharIterable items) |
ImmutableCharList |
ImmutableCharListFactoryImpl.with() |
ImmutableCharList |
ImmutableCharListFactoryImpl.with(char... items) |
ImmutableCharList |
ImmutableCharListFactoryImpl.with(char one) |
ImmutableCharList |
ImmutableCharListFactoryImpl.withAll(CharIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableCharList |
UnmodifiableCharList.toImmutable() |
ImmutableCharList |
CharArrayList.toImmutable() |
ImmutableCharList |
SynchronizedCharList.toImmutable() |
Modifier and Type | Method and Description |
---|---|
ImmutableCharList |
AbstractImmutableSortedMap.collectChar(CharFunction<? super V> charFunction) |
Modifier and Type | Class and Description |
---|---|
class |
CharAdapter
Provides a view into the char[] stored in a String as an ImmutableCharList.
|
Modifier and Type | Method and Description |
---|---|
ImmutableCharList |
CharAdapter.subList(int fromIndex,
int toIndex) |
ImmutableCharList |
CharAdapter.toImmutable() |
Copyright © 2004–2016. All rights reserved.