Package | Description |
---|---|
org.jboss.util.collection |
Extentions to the Java Collections framework.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractQueue.add(E obj)
Append and object to the underling list.
|
boolean |
Queue.add(E obj)
Enqueue an object onto the queue.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.