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, toString
public boolean offer(E packet)
packet
- is a E
boolean
public E peek()
E
public E poll()
E
public int size()
size
in interface Collection<E extends Packet>
size
in class AbstractCollection<E extends Packet>
int
Copyright © 2014 "Tigase, Inc.". All rights reserved.