Interface WeightedQueue.Weigher<T>

  • Enclosing class:
    WeightedQueue<T>

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

      • weigh

        int weigh​(T weighable)