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