|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The type of object to be stored in the queue.public interface TransitionerQueue<T>
The TransitionerQueue is an interface for WorkUnit and Result queues used in the Transitioner.
Method Summary | |
---|---|
boolean |
addAll(T[] tArray)
|
T |
first()
|
T |
removeFirst()
|
Methods inherited from interface java.util.Set |
---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Method Detail |
---|
boolean addAll(T[] tArray)
T first()
T removeFirst()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |