org.terracotta.toolkit.internal.cache
Interface ToolkitValueComparator<V>


public interface ToolkitValueComparator<V>

Used to compare two toolkit values.

Author:
Nishant

Method Summary
 boolean equals(V v1, V v2)
          Compare the two values.
 

Method Detail

equals

boolean equals(V v1,
               V v2)
Compare the two values.

Parameters:
v1 - value to compare
v2 - value to compare
Returns:
true if the values are equal


Copyright © 2013 Terracotta, Inc.. All Rights Reserved.