liquibase.diff
Class ObjectDifferences.OrderedCollectionCompareFunction

java.lang.Object
  extended by liquibase.diff.ObjectDifferences.OrderedCollectionCompareFunction
All Implemented Interfaces:
ObjectDifferences.CompareFunction
Enclosing class:
ObjectDifferences

public static class ObjectDifferences.OrderedCollectionCompareFunction
extends Object
implements ObjectDifferences.CompareFunction


Constructor Summary
ObjectDifferences.OrderedCollectionCompareFunction(ObjectDifferences.StandardCompareFunction compareFunction)
           
 
Method Summary
 boolean areEqual(Object referenceValue, Object compareToValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectDifferences.OrderedCollectionCompareFunction

public ObjectDifferences.OrderedCollectionCompareFunction(ObjectDifferences.StandardCompareFunction compareFunction)
Method Detail

areEqual

public boolean areEqual(Object referenceValue,
                        Object compareToValue)
Specified by:
areEqual in interface ObjectDifferences.CompareFunction


Copyright © 2013 Liquibase.org. All Rights Reserved.