public interface ByteIndirectPriorityQueue extends IndirectPriorityQueue<Byte>
IndirectPriorityQueue.
Additionally, this interface strengthens comparator().
| Modifier and Type | Method and Description |
|---|---|
ByteComparator |
comparator()
Returns the type-specific comparator associated with this queue.
|
ByteComparator comparator()
Note that this specification strengthens the one given in IndirectPriorityQueue.
comparator in interface IndirectPriorityQueue<Byte>IndirectPriorityQueue.comparator()Copyright © 2020. All rights reserved.