public class ProcessQueue extends PriorityBlockingQueue<com.googlecode.sarasvati.GraphProcess>
| Constructor and Description |
|---|
ProcessQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
put(com.googlecode.sarasvati.GraphProcess e) |
add, clear, comparator, contains, drainTo, drainTo, iterator, offer, offer, peek, poll, poll, remainingCapacity, remove, size, spliterator, take, toArray, toArray, toStringaddAll, element, removecontainsAll, isEmpty, removeAll, retainAllclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAll, containsAll, equals, hashCode, isEmpty, parallelStream, removeAll, removeIf, retainAll, streampublic void put(com.googlecode.sarasvati.GraphProcess e)
put in interface BlockingQueue<com.googlecode.sarasvati.GraphProcess>put in class PriorityBlockingQueue<com.googlecode.sarasvati.GraphProcess>Copyright © 2023. All rights reserved.