|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mapdb.Queues
public final class Queues
Various queue algorithms
| Nested Class Summary | |
|---|---|
static class |
Queues.CircularQueue<E>
|
static class |
Queues.Queue<E>
First in first out lock-free queue |
static class |
Queues.SimpleQueue<E>
|
static class |
Queues.Stack<E>
Last in first out lock-free queue |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||