|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mapdb.Queues.SimpleQueue<E>
org.mapdb.Queues.Stack<E>
E - public static class Queues.Stack<E>
Last in first out lock-free queue
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.mapdb.Queues.SimpleQueue |
|---|
Queues.SimpleQueue.Node<E>, Queues.SimpleQueue.NodeSerializer<E> |
| Field Summary |
|---|
| Fields inherited from class org.mapdb.Queues.SimpleQueue |
|---|
engine, head, locks, nodeSerializer, serializer, TICK, useLocks |
| Constructor Summary | |
|---|---|
Queues.Stack(Engine engine,
Serializer<E> serializer,
long headerRecidRef,
boolean useLocks)
|
|
| Method Summary | |
|---|---|
boolean |
add(E e)
|
| Methods inherited from class org.mapdb.Queues.SimpleQueue |
|---|
addAll, clear, close, contains, containsAll, drainTo, drainTo, element, isEmpty, iterator, offer, offer, peek, poll, poll, put, remainingCapacity, remove, remove, removeAll, retainAll, size, take, toArray, toArray |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Collection |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public Queues.Stack(Engine engine,
Serializer<E> serializer,
long headerRecidRef,
boolean useLocks)
| Method Detail |
|---|
public boolean add(E e)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||