Package | Description |
---|---|
org.jboss.util.collection |
Extentions to the Java Collections framework.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Queue.add(E obj)
Enqueue an object onto the queue.
|
boolean |
AbstractQueue.add(E obj)
Append and object to the underling list.
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.