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>
public class MorselQueue<T extends Morsel> extends PriorityQueue<T>
A queue forMorsels- Author:
- Daniel Bernstein Date: Nov 7, 2013
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MorselQueue()
-
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, toArray
-
Methods inherited from class java.util.AbstractQueue
addAll, element, remove
-
Methods inherited from class java.util.AbstractCollection
containsAll, isEmpty, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
containsAll, equals, hashCode, isEmpty, parallelStream, stream, toArray
-
-