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