| Package | Description |
|---|---|
| org.eclipse.collections.impl.factory.primitive |
This package contains static utilities for creating immutable primitive collection factories.
|
| org.eclipse.collections.impl.stack.immutable.primitive |
This package contains implementations of the immutable primitive stack interfaces.
|
| org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
| Class | Description |
|---|---|
| ImmutableBooleanStackFactory |
A factory which creates instances of type
ImmutableBooleanStack. |
| ImmutableByteStackFactory |
A factory which creates instances of type
ImmutableByteStack. |
| ImmutableCharStackFactory |
A factory which creates instances of type
ImmutableCharStack. |
| ImmutableDoubleStackFactory |
A factory which creates instances of type
ImmutableDoubleStack. |
| ImmutableFloatStackFactory |
A factory which creates instances of type
ImmutableFloatStack. |
| ImmutableIntStackFactory |
A factory which creates instances of type
ImmutableIntStack. |
| ImmutableLongStackFactory |
A factory which creates instances of type
ImmutableLongStack. |
| ImmutableShortStackFactory |
A factory which creates instances of type
ImmutableShortStack. |
| Class | Description |
|---|---|
| MutableBooleanStackFactory |
A factory which creates instances of type
MutableBooleanStack. |
| MutableByteStackFactory |
A factory which creates instances of type
MutableByteStack. |
| MutableCharStackFactory |
A factory which creates instances of type
MutableCharStack. |
| MutableDoubleStackFactory |
A factory which creates instances of type
MutableDoubleStack. |
| MutableFloatStackFactory |
A factory which creates instances of type
MutableFloatStack. |
| MutableIntStackFactory |
A factory which creates instances of type
MutableIntStack. |
| MutableLongStackFactory |
A factory which creates instances of type
MutableLongStack. |
| MutableShortStackFactory |
A factory which creates instances of type
MutableShortStack. |
Copyright © 2004–2020. All rights reserved.