Package | Description |
---|---|
org.jboss.util.collection |
Extentions to the Java Collections framework.
|
Modifier and Type | Method and Description |
---|---|
E |
ListQueue.getBack()
Get the object at the back of the queue.
|
E |
Queue.getBack()
Get the object at the back of the queue.
|
E |
ListQueue.getFront()
Get the object at the front of the queue.
|
E |
Queue.getFront()
Get the object at the front of the queue.
|
E |
AbstractQueue.remove()
Remove and return the first object in the queue.
|
E |
Queue.remove()
Dequeue an object from the queue.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.