Package | Description |
---|---|
org.egothor.util |
Modifier and Type | Field and Description |
---|---|
LinkedQueue.Entry<T> |
LinkedQueue.first |
LinkedQueue.Entry<T> |
LinkedQueue.last |
LinkedQueue.Entry<T> |
LinkedQueue.Entry.next |
LinkedQueue.Entry<T> |
LinkedQueue.Entry.prev |
Modifier and Type | Method and Description |
---|---|
LinkedQueue.Entry<T> |
LinkedQueue.addFirst(T a) |
LinkedQueue.Entry<T> |
LinkedQueue.addLast(T a) |
LinkedQueue.Entry<T> |
LinkedQueue.makeFirst(LinkedQueue.Entry<T> item) |
Modifier and Type | Method and Description |
---|---|
LinkedQueue.Entry<T> |
LinkedQueue.makeFirst(LinkedQueue.Entry<T> item) |
T |
LinkedQueue.remove(LinkedQueue.Entry<T> item) |
void |
LinkedQueue.removeAllAfter(LinkedQueue.Entry<T> item) |
Copyright © 2016 Egothor. All Rights Reserved.