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