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.api.stack.primitive |
This package contains mutable and immutable primitive stack API.
|
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
org.eclipse.collections.impl.stack.primitive | |
org.eclipse.collections.impl.string.immutable |
Modifier and Type | Interface | 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 | Description |
---|---|---|
OrderedCharIterable |
OrderedIterable.collectChar(CharFunction<? super T> charFunction) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
ReversibleCharIterable |
This file was automatically generated from template file reversiblePrimitiveIterable.stg.
|
Modifier and Type | Method | Description |
---|---|---|
OrderedCharIterable |
OrderedCharIterable.reject(CharPredicate predicate) |
|
OrderedCharIterable |
OrderedCharIterable.select(CharPredicate predicate) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
CharStack |
This file was automatically generated from template file primitiveStack.stg.
|
interface |
ImmutableCharStack |
This file was automatically generated from template file immutablePrimitiveStack.stg.
|
interface |
MutableCharStack |
This file was automatically generated from template file mutablePrimitiveStack.stg.
|
Modifier and Type | Class | 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 | Description |
---|---|---|
class |
CharArrayStack |
CharArrayStack is similar to
ArrayStack , and is memory-optimized for char primitives. |
class |
SynchronizedCharStack |
A synchronized view of a
MutableCharStack . |
class |
UnmodifiableCharStack |
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractCharStack |
This file was automatically generated from template file abstractPrimitiveStack.stg.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CharAdapter |
Provides a view into the char[] stored in a String as an ImmutableCharList.
|
Copyright © 2004–2017. All rights reserved.