T
- the item type of the pair.P
- the priority type.public interface PriorityPair<T,P extends java.lang.Comparable<? super P>> extends java.lang.Comparable<PriorityPair<T,P>>
Modifier and Type | Method and Description |
---|---|
T |
item() |
P |
priority() |