public class DLinkedStack extends LinkedStack<Double>
12+16*(n+1)(n为元素个数)
B=16*(n+3)
LinkedStack.LinkedStackIteratorhead, size| 限定符 | 构造器和说明 |
|---|---|
protected |
DLinkedStack() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Double |
get(SNode node) |
static DLinkedStack |
of() |
double |
peek() |
double |
pop() |
void |
push(double e) |
isEmpty, iterator, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static DLinkedStack of()
protected final Double get(SNode node)
get 在类中 LinkedStack<Double>public final void push(double e)
public final double pop()
public final double peek()
Copyright © 2022. All rights reserved.