Interface WeightedQueue.Weigher<T>

Enclosing class:
WeightedQueue<T>

public static interface WeightedQueue.Weigher<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    weigh(T weighable)
     
  • Method Details

    • weigh

      int weigh(T weighable)