Package | Description |
---|---|
org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
org.eclipse.collections.api.ordered | |
org.eclipse.collections.api.ordered.primitive | |
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
org.eclipse.collections.impl.string.immutable |
Modifier and Type | Interface and Description |
---|---|
interface |
CharList
This file was automatically generated from template file primitiveList.stg.
|
interface |
ImmutableCharList
This file was automatically generated from template file immutablePrimitiveList.stg.
|
interface |
MutableCharList
This file was automatically generated from template file mutablePrimitiveList.stg.
|
Modifier and Type | Method and Description |
---|---|
ReversibleCharIterable |
ReversibleIterable.collectChar(CharFunction<? super T> charFunction) |
Modifier and Type | Method and Description |
---|---|
ReversibleCharIterable |
ReversibleCharIterable.distinct() |
ReversibleCharIterable |
ReversibleCharIterable.reject(CharPredicate predicate) |
ReversibleCharIterable |
ReversibleCharIterable.select(CharPredicate predicate) |
ReversibleCharIterable |
ReversibleCharIterable.toReversed() |
Modifier and Type | Class and Description |
---|---|
class |
CharArrayList
CharArrayList is similar to
FastList , and is memory-optimized for char primitives. |
class |
SynchronizedCharList
A synchronized view of a
MutableCharList . |
class |
UnmodifiableCharList
This file was automatically generated from template file unmodifiablePrimitiveList.stg.
|
Modifier and Type | Class and Description |
---|---|
class |
CharAdapter
Provides a view into the char[] stored in a String as an ImmutableCharList.
|
Copyright © 2004–2016. All rights reserved.