public class LinkedDoubleStack extends LinkedStack
| Modifier and Type | Class and Description |
|---|---|
static class |
LinkedDoubleStack.Cell |
| Constructor and Description |
|---|
LinkedDoubleStack() |
public final void push(double x)
public final double pop()
public final double peek()
public final double peek(int n)
public final DoubleIterator iterator()
public final java.lang.String toString()
toString in class java.lang.Object