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