This project has retired. For details please refer to its
Attic page.
Queue (Jetspeed-2 Core API 2.3.1 API)
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
Object |
peek()
Gets the first object in the queue without removing it from the queue
|
Object |
pop()
Gets the first object in the queue and remove it from the queue
|
void |
push(Object obj)
Adds a new object into the queue
|
-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.