Package ru.bitel.common.model
Class Sorter<O,T,V extends java.lang.Comparable<V>>
java.lang.Object
ru.bitel.common.model.Sorter<O,T,V>
public abstract class Sorter<O,T,V extends java.lang.Comparable<V>>
extends java.lang.Object
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description abstract VgetFirstValue(O o)java.lang.ObjectgetNext()abstract VgetSecondValue(T t)booleanhasNext()voidsort()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Sorter
-
-
Method Details
-
getFirstValue
-
getSecondValue
-
sort
public void sort() -
hasNext
public boolean hasNext() -
getNext
public java.lang.Object getNext()
-