Interface WeightedQueue.Weigher<T>
-
- Enclosing class:
- WeightedQueue<T>
public static interface WeightedQueue.Weigher<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
weigh(T weighable)
-
-
-
Method Detail
-
weigh
int weigh(T weighable)
-
-