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