public interface PriorityObject<T>
Modifier and Type | Method and Description |
---|---|
Comparable |
getKey() |
double |
getPriority() |
T |
getValue() |
Comparable getKey()
T getValue()
double getPriority()
Copyright © 2015. All Rights Reserved.