Interface RAPriQueue.Adapter<T>

Enclosing class:
RAPriQueue<T>

public static interface RAPriQueue.Adapter<T>
the queue adapter
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getPos(T el)
     
    boolean
    less(T a, T b)
     
    void
    setPos(T el, int pos)
     
  • Method Details

    • less

      boolean less(T a, T b)
    • setPos

      void setPos(T el, int pos)
    • getPos

      int getPos(T el)