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