public interface ShortIndirectPriorityQueue extends IndirectPriorityQueue<java.lang.Short>
IndirectPriorityQueue.
Additionally, this interface strengthens comparator().
| Modifier and Type | Method and Description |
|---|---|
ShortComparator |
comparator()
Returns the type-specific comparator associated with this queue.
|
ShortComparator comparator()
Note that this specification strengthens the one given in
IndirectPriorityQueue.
comparator in interface IndirectPriorityQueue<java.lang.Short>IndirectPriorityQueue.comparator()