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