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 SummaryModifier and Type Method Description abstract VgetFirstValue(O o)java.lang.ObjectgetNext()abstract VgetSecondValue(T t)booleanhasNext()voidsort()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
Sorter
 
- 
- 
Method Details- 
getFirstValue
- 
getSecondValue
- 
sortpublic void sort()
- 
hasNextpublic boolean hasNext()
- 
getNextpublic java.lang.Object getNext()
 
-