Class Sorter<O,T,V extends Comparable<V>>

java.lang.Object
ru.bitel.common.model.Sorter<O,T,V>

public abstract class Sorter<O,T,V extends Comparable<V>> extends Object
  • Constructor Details

    • Sorter

      public Sorter(List<O> listOne, List<T> listTwo, boolean ascending)
  • Method Details

    • getFirstValue

      public abstract V getFirstValue(O o)
    • getSecondValue

      public abstract V getSecondValue(T t)
    • sort

      public void sort()
    • hasNext

      public boolean hasNext()
    • getNext

      public Object getNext()