Package | Description |
---|---|
org.eclipse.collections.api.factory.stack.primitive | |
org.eclipse.collections.api.stack |
This package contains interfaces for stack API.
|
org.eclipse.collections.api.stack.primitive |
This package contains mutable and immutable primitive stack API.
|
org.eclipse.collections.impl.stack.mutable |
This package contains implementations of the
MutableStack interface. |
org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
Modifier and Type | Method and Description |
---|---|
MutableShortStack |
MutableShortStackFactory.empty() |
MutableShortStack |
MutableShortStackFactory.of()
Same as
MutableShortStackFactory.empty() . |
MutableShortStack |
MutableShortStackFactory.of(short... items)
|
MutableShortStack |
MutableShortStackFactory.ofAll(ShortIterable items)
|
MutableShortStack |
MutableShortStackFactory.ofAllReversed(ShortIterable items)
|
MutableShortStack |
MutableShortStackFactory.with()
Same as
MutableShortStackFactory.empty() . |
MutableShortStack |
MutableShortStackFactory.with(short... items) |
MutableShortStack |
MutableShortStackFactory.withAll(ShortIterable items) |
MutableShortStack |
MutableShortStackFactory.withAllReversed(ShortIterable items) |
Modifier and Type | Method and Description |
---|---|
MutableShortStack |
MutableStack.collectShort(ShortFunction<? super T> shortFunction) |
Modifier and Type | Method and Description |
---|---|
MutableShortStack |
MutableShortStack.asSynchronized() |
MutableShortStack |
MutableShortStack.asUnmodifiable() |
MutableShortStack |
MutableShortStack.reject(ShortPredicate predicate) |
MutableShortStack |
MutableShortStack.select(ShortPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
MutableShortStack |
ArrayStack.collectShort(ShortFunction<? super T> shortFunction) |
MutableShortStack |
SynchronizedStack.collectShort(ShortFunction<? super T> shortFunction) |
MutableShortStack |
UnmodifiableStack.collectShort(ShortFunction<? super T> shortFunction) |
Modifier and Type | Class and Description |
---|---|
class |
ShortArrayStack
ShortArrayStack is similar to
ArrayStack , and is memory-optimized for short primitives. |
class |
SynchronizedShortStack
A synchronized view of a
MutableShortStack . |
class |
UnmodifiableShortStack
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableShortStack |
ShortArrayStack.asSynchronized() |
MutableShortStack |
SynchronizedShortStack.asSynchronized() |
MutableShortStack |
UnmodifiableShortStack.asSynchronized() |
MutableShortStack |
ShortArrayStack.asUnmodifiable() |
MutableShortStack |
SynchronizedShortStack.asUnmodifiable() |
MutableShortStack |
UnmodifiableShortStack.asUnmodifiable() |
MutableShortStack |
MutableShortStackFactoryImpl.empty() |
MutableShortStack |
MutableShortStackFactoryImpl.of() |
MutableShortStack |
MutableShortStackFactoryImpl.of(short... items) |
MutableShortStack |
MutableShortStackFactoryImpl.ofAll(ShortIterable items) |
MutableShortStack |
MutableShortStackFactoryImpl.ofAllReversed(ShortIterable items) |
MutableShortStack |
ShortArrayStack.reject(ShortPredicate predicate) |
MutableShortStack |
SynchronizedShortStack.reject(ShortPredicate predicate) |
MutableShortStack |
UnmodifiableShortStack.reject(ShortPredicate predicate) |
MutableShortStack |
ShortArrayStack.select(ShortPredicate predicate) |
MutableShortStack |
SynchronizedShortStack.select(ShortPredicate predicate) |
MutableShortStack |
UnmodifiableShortStack.select(ShortPredicate predicate) |
MutableShortStack |
MutableShortStackFactoryImpl.with() |
MutableShortStack |
MutableShortStackFactoryImpl.with(short... items) |
MutableShortStack |
MutableShortStackFactoryImpl.withAll(ShortIterable items) |
MutableShortStack |
MutableShortStackFactoryImpl.withAllReversed(ShortIterable items) |
Copyright © 2004–2016. All rights reserved.