|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractCollection<E> java.util.AbstractQueue<E> java.util.concurrent.PriorityBlockingQueue<Envelope> akka.dispatch.UnboundedPriorityMailbox.MessageQueue
public static class UnboundedPriorityMailbox.MessageQueue
Constructor Summary | |
---|---|
UnboundedPriorityMailbox.MessageQueue(int initialCapacity,
java.util.Comparator<Envelope> cmp)
|
Method Summary | |
---|---|
java.util.Queue<Envelope> |
queue()
|
Methods inherited from class java.util.concurrent.PriorityBlockingQueue |
---|
add, clear, comparator, contains, drainTo, drainTo, iterator, offer, offer, peek, poll, poll, put, remainingCapacity, remove, size, take, toArray, toArray, toString |
Methods inherited from class java.util.AbstractQueue |
---|
addAll, element, remove |
Methods inherited from class java.util.AbstractCollection |
---|
containsAll, isEmpty, removeAll, retainAll |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface akka.dispatch.UnboundedQueueBasedMessageQueue |
---|
dequeue, enqueue |
Methods inherited from interface akka.dispatch.QueueBasedMessageQueue |
---|
cleanUp, hasMessages, numberOfMessages |
Methods inherited from interface java.util.Queue |
---|
element, remove |
Methods inherited from interface java.util.Collection |
---|
addAll, containsAll, equals, hashCode, isEmpty, removeAll, retainAll |
Constructor Detail |
---|
public UnboundedPriorityMailbox.MessageQueue(int initialCapacity, java.util.Comparator<Envelope> cmp)
Method Detail |
---|
public final java.util.Queue<Envelope> queue()
queue
in interface QueueBasedMessageQueue
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |