|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Comparer | |
---|---|
org.oddjob.beancmpr.beans | |
org.oddjob.beancmpr.comparers | Various Comparer s to be used in matching. |
org.oddjob.beancmpr.matchables | These are the classes that actually perform the matching. |
Uses of Comparer in org.oddjob.beancmpr.beans |
---|
Classes in org.oddjob.beancmpr.beans that implement Comparer | |
---|---|
class |
BeanComparer
A comparer that is able to compare two beans. |
Fields in org.oddjob.beancmpr.beans with type parameters of type Comparer | |
---|---|
Map<String,Comparer<?>> |
ComparersByPropertyMap.comparersByProperty
|
Methods in org.oddjob.beancmpr.beans that return Comparer | ||
---|---|---|
|
ComparersByPropertyOrType.comparerFor(String property,
Class<T> type)
|
|
|
BeanComparerProvider.comparerFor(String property,
Class<T> type)
Provide a Comparer for the given property
and type. |
|
Comparer<?> |
ComparersByPropertyMap.getComparerForProperty(String propertyName)
|
|
Comparer<?> |
ComparersByProperty.getComparerForProperty(String propertyName)
Provide a Comparer . |
|
Comparer<Object> |
BeanComparerBean.toValue()
|
Methods in org.oddjob.beancmpr.beans with parameters of type Comparer | |
---|---|
void |
ComparersByPropertyMap.setComparerForProperty(String property,
Comparer<?> comparer)
|
Uses of Comparer in org.oddjob.beancmpr.comparers |
---|
Classes in org.oddjob.beancmpr.comparers that implement Comparer | |
---|---|
class |
ArrayComparer
Compares to Arrays of Objects. |
class |
DateComparer
|
class |
EqualityComparer
A comparer that uses the equals method of an object. |
class |
IterableComparer<T>
Compares to Iterable s. |
class |
NumericComparer
A Comparer for numbers that supports tolerances and provides
the comparison as a difference between the numbers and as a percentage
change between numbers. |
Methods in org.oddjob.beancmpr.comparers that return Comparer | ||
---|---|---|
|
DefaultComparersByType.comparerFor(Class<T> type)
|
|
|
CompositeComparersByType.comparerFor(Class<T> type)
|
|
|
ComparersByTypeList.comparerFor(Class<T> type)
|
|
|
ComparersByType.comparerFor(Class<T> type)
Find a Comparer for a given type. |
Methods in org.oddjob.beancmpr.comparers with parameters of type Comparer | |
---|---|
void |
ComparersByTypeList.setComparer(int index,
Comparer<?> comparer)
Setter for Comparer s. |
Uses of Comparer in org.oddjob.beancmpr.matchables |
---|
Subinterfaces of Comparer in org.oddjob.beancmpr.matchables | |
---|---|
interface |
MatchableComparer
Something that can compare two Matchable s. |
Classes in org.oddjob.beancmpr.matchables that implement Comparer | |
---|---|
class |
DefaultMatchableComparer
Compares two Matchable s. |
class |
OrderedMatchablesComparer
Compares two Iterable s of MatchableGroup s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |