Interface ValueComparisonStrategy<V>

  • Type Parameters:
    V - type of values to compare

    public interface ValueComparisonStrategy<V>
    Since:
    4.2
    • Method Detail

      • equals

        boolean equals​(V value1,
                       V value2)