|
||||||||||
| 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 | |
long |
peekLong(int i)
|
long |
popLong()
|
void |
push(long k)
|
long |
topLong()
|
| Methods inherited from interface it.unimi.dsi.fastutil.Stack |
isEmpty, peek, pop, push, top |
| Method Detail |
public void push(long k)
Stack.push(Object)public long popLong()
Stack.pop()public long topLong()
Stack.top()public long peekLong(int i)
Stack.peek(int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||