E - public static class Queues.Stack<E> extends Queues.SimpleQueue<E>
Queues.SimpleQueue.Node<E>, Queues.SimpleQueue.NodeSerializer<E>engine, head, locks, nodeSerializer, serializer, TICK, useLocks| Constructor and Description |
|---|
Stack(Engine engine,
Serializer<E> serializer,
long headerRecidRef,
boolean useLocks) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E e) |
addAll, clear, close, contains, containsAll, drainTo, drainTo, element, isEmpty, iterator, offer, offer, peek, poll, poll, put, remainingCapacity, remove, remove, removeAll, retainAll, size, take, toArray, toArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Stack(Engine engine, Serializer<E> serializer, long headerRecidRef, boolean useLocks)
public boolean add(E e)