|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.comparator.ComparatorProxy<E>
public abstract class ComparatorProxy<E>
Abstract Comparator proxy.
Created: 22.05.2007 07:53:56
| Constructor Summary | |
|---|---|
ComparatorProxy(java.util.Comparator<E> realComparator)
|
|
| Method Summary | |
|---|---|
int |
compare(E e1,
E e2)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Comparator |
|---|
equals |
| Constructor Detail |
|---|
public ComparatorProxy(java.util.Comparator<E> realComparator)
| Method Detail |
|---|
public int compare(E e1,
E e2)
compare in interface java.util.Comparator<E>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||