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, toArray
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, parallelStream, removeIf, spliterator, stream
public Stack(Engine engine, Serializer<E> serializer, long headerRecidRef, boolean useLocks)
public boolean add(E e)
Copyright © 2016. All rights reserved.