E - protected class SessionManager.WriterQueue<E extends Packet> extends AbstractQueue<E>
| Modifier | Constructor and Description |
|---|---|
protected |
SessionManager.WriterQueue() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<E> |
iterator()
Method description
|
boolean |
offer(E packet)
Method description
|
E |
peek()
Method description
|
E |
poll()
Method description
|
int |
size()
Method description
|
contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringpublic boolean offer(E packet)
packet - is a Ebooleanpublic E peek()
Epublic E poll()
Epublic int size()
size in interface Collection<E extends Packet>size in class AbstractCollection<E extends Packet>intCopyright © 2014 "Tigase, Inc.". All rights reserved.