liquibase.diff
Class ObjectDifferences.UnOrderedCollectionCompareFunction

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

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


Constructor Summary
ObjectDifferences.UnOrderedCollectionCompareFunction(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.UnOrderedCollectionCompareFunction

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

areEqual

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


Copyright © 2016 Liquibase.org. All rights reserved.