|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LongStack
A type-specific Stack; provides some additional methods that use polymorphism to avoid (un)boxing.
| 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 |
|---|
void push(long k)
Stack.push(Object)long popLong()
Stack.pop()long topLong()
Stack.top()long peekLong(int i)
Stack.peek(int)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||