Package org.duracloud.mill.ltp
Class MorselQueue<T extends Morsel>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractQueue<E>
java.util.PriorityQueue<T>
org.duracloud.mill.ltp.MorselQueue<T>
- All Implemented Interfaces:
Serializable,Iterable<T>,Collection<T>,Queue<T>
A queue for
Morsels- Author:
- Daniel Bernstein Date: Nov 7, 2013
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.PriorityQueue
add, clear, comparator, contains, forEach, iterator, offer, peek, poll, remove, removeAll, removeIf, retainAll, size, spliterator, toArray, toArrayMethods inherited from class java.util.AbstractQueue
addAll, element, removeMethods inherited from class java.util.AbstractCollection
containsAll, isEmpty, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
containsAll, equals, hashCode, isEmpty, parallelStream, stream, toArray
-
Constructor Details
-
MorselQueue
public MorselQueue()
-