public abstract class Sorter<O,T,V extends java.lang.Comparable<V>>
extends java.lang.Object
Constructor and Description |
---|
Sorter(java.util.List<O> listOne,
java.util.List<T> listTwo,
boolean ascending) |
Modifier and Type | Method and Description |
---|---|
abstract V |
getFirstValue(O o) |
java.lang.Object |
getNext() |
abstract V |
getSecondValue(T t) |
boolean |
hasNext() |
void |
sort() |