|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ShortStack
A type-specific Stack; provides some additional methods that use polymorphism to avoid (un)boxing.
| Method Summary | |
|---|---|
short |
peekShort(int i)
|
short |
popShort()
|
void |
push(short k)
|
short |
topShort()
|
| Methods inherited from interface it.unimi.dsi.fastutil.Stack |
|---|
isEmpty, peek, pop, push, top |
| Method Detail |
|---|
void push(short k)
Stack.push(Object)short popShort()
Stack.pop()short topShort()
Stack.top()short peekShort(int i)
Stack.peek(int)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||