E - public static class Queues.Stack<E> extends Queues.SimpleQueue<E>
Queues.SimpleQueue.Node<E>, Queues.SimpleQueue.NodeSerializer<E>engine, head, nodeSerializer, serializer, TICK| Constructor and Description |
|---|
Queues.Stack(Engine engine,
Serializer<E> serializer,
long headerRecidRef) |
| 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, waitequals, hashCodepublic Queues.Stack(Engine engine, Serializer<E> serializer, long headerRecidRef)
public boolean add(E e)
Copyright © 2015. All Rights Reserved.