JavaScript is disabled on your browser.
Skip navigation links
Apache Cayenne
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.apache.cayenne.reflect.generic
Interface ValueComparisonStrategy<V>
Type Parameters:
V
- type of values to compare
public interface
ValueComparisonStrategy<V>
Since:
4.2
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
equals
(
V
value1,
V
value2)
Method Details
equals
boolean
equals
(
V
value1,
V
value2)