Interface ObjectivePriorityQueue
- All Known Implementing Classes:
ObjectivePriorityQueueImpl
public interface ObjectivePriorityQueue
-
Method Summary
Modifier and TypeMethodDescriptiongetBest()intgetSize()voidremove(VersionWithObjectiveValue versionWithObjectiveValue) voidsubmit(VersionWithObjectiveValue versionWithObjectiveValue)
-
Method Details
-
getComparator
Comparator<VersionWithObjectiveValue> getComparator() -
submit
-
remove
-
getSize
int getSize() -
getBest
VersionWithObjectiveValue getBest() -
getRandom
-