Uses of Interface
org.oddjob.beancmpr.Comparer

Packages that use Comparer
org.oddjob.beancmpr.beans   
org.oddjob.beancmpr.comparers Various Comparers 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
<T> Comparer<T>
ComparersByPropertyOrType.comparerFor(String property, Class<T> type)
           
<T> Comparer<T>
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 Iterables.
 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
<T> Comparer<T>
DefaultComparersByType.comparerFor(Class<T> type)
           
<T> Comparer<T>
CompositeComparersByType.comparerFor(Class<T> type)
           
<T> Comparer<T>
ComparersByTypeList.comparerFor(Class<T> type)
           
<T> Comparer<T>
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 Comparers.
 

Uses of Comparer in org.oddjob.beancmpr.matchables
 

Subinterfaces of Comparer in org.oddjob.beancmpr.matchables
 interface MatchableComparer
          Something that can compare two Matchables.
 

Classes in org.oddjob.beancmpr.matchables that implement Comparer
 class DefaultMatchableComparer
          Compares two Matchables.
 class OrderedMatchablesComparer
          Compares two Iterables of MatchableGroups.
 



Copyright © 2013. All Rights Reserved.