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