Class CollectionUtils.EquatorWrapper<O>
java.lang.Object
org.apache.commons.collections4.CollectionUtils.EquatorWrapper<O>
- Type Parameters:
O- the element type
- Enclosing class:
CollectionUtils
Wraps another object and uses the provided Equator to implement
equals(Object) and hashCode().
This class can be used to store objects into a Map.
- Since:
- 4.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
equator
-
object
-
-
Constructor Details
-
EquatorWrapper
-
-
Method Details
-
getObject
-
equals
-
hashCode
-