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.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.
|
Modifier and Type | Method and Description |
---|---|
ImmutableIntStack |
ImmutableIntStackFactory.empty() |
ImmutableIntStack |
ImmutableIntStackFactory.of()
Same as
ImmutableIntStackFactory.empty() . |
ImmutableIntStack |
ImmutableIntStackFactory.of(int... items)
Same as
ImmutableIntStackFactory.with(int[]) . |
ImmutableIntStack |
ImmutableIntStackFactory.of(int one)
Same as
ImmutableIntStackFactory.with(int) . |
ImmutableIntStack |
ImmutableIntStackFactory.ofAll(IntIterable items)
|
ImmutableIntStack |
ImmutableIntStackFactory.ofAllReversed(IntIterable items)
|
ImmutableIntStack |
ImmutableIntStackFactory.with()
Same as
ImmutableIntStackFactory.empty() . |
ImmutableIntStack |
ImmutableIntStackFactory.with(int... items) |
ImmutableIntStack |
ImmutableIntStackFactory.with(int one) |
ImmutableIntStack |
ImmutableIntStackFactory.withAll(IntIterable items) |
ImmutableIntStack |
ImmutableIntStackFactory.withAllReversed(IntIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableIntStack |
ImmutableStack.collectInt(IntFunction<? super T> intFunction) |
Modifier and Type | Method and Description |
---|---|
ImmutableIntStack |
ImmutableIntStack.pop() |
ImmutableIntStack |
ImmutableIntStack.pop(int count) |
ImmutableIntStack |
ImmutableIntStack.push(int item) |
ImmutableIntStack |
ImmutableIntStack.reject(IntPredicate predicate) |
ImmutableIntStack |
ImmutableIntStack.select(IntPredicate predicate) |
ImmutableIntStack |
IntStack.toImmutable() |
Modifier and Type | Method and Description |
---|---|
ImmutableIntStack |
ImmutableIntStackFactoryImpl.empty() |
ImmutableIntStack |
ImmutableIntStackFactoryImpl.of() |
ImmutableIntStack |
ImmutableIntStackFactoryImpl.of(int... items) |
ImmutableIntStack |
ImmutableIntStackFactoryImpl.of(int one) |
ImmutableIntStack |
ImmutableIntStackFactoryImpl.ofAll(IntIterable items) |
ImmutableIntStack |
ImmutableIntStackFactoryImpl.ofAllReversed(IntIterable items) |
ImmutableIntStack |
ImmutableIntStackFactoryImpl.with() |
ImmutableIntStack |
ImmutableIntStackFactoryImpl.with(int... items) |
ImmutableIntStack |
ImmutableIntStackFactoryImpl.with(int one) |
ImmutableIntStack |
ImmutableIntStackFactoryImpl.withAll(IntIterable items) |
ImmutableIntStack |
ImmutableIntStackFactoryImpl.withAllReversed(IntIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableIntStack |
UnmodifiableIntStack.toImmutable() |
ImmutableIntStack |
SynchronizedIntStack.toImmutable() |
ImmutableIntStack |
IntArrayStack.toImmutable() |
Copyright © 2004–2016. All rights reserved.