public interface Equatable
Modifier and Type | Method and Description |
---|---|
Object[] |
getEqualityValues()
Return all values that participate in equals() and hashCode().
|
Object[] getEqualityValues()
Return all values that participate in equals() and hashCode().
The array can contain null elements but the array itself cannot be null
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.