|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.comparator.ComparatorFactory
public class ComparatorFactory
Creates comparators by the type of the objects to be compared.
Created: 22.10.2005 21:29:08
| Constructor Summary | |
|---|---|
ComparatorFactory()
|
|
| Method Summary | ||
|---|---|---|
static void |
addComparator(java.lang.Class comparedClass,
java.util.Comparator comparator)
|
|
static
|
getComparator(java.lang.Class<T> type)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComparatorFactory()
| Method Detail |
|---|
public static void addComparator(java.lang.Class comparedClass,
java.util.Comparator comparator)
public static <T> java.util.Comparator<T> getComparator(java.lang.Class<T> type)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||