Package com.oracle.coherence.common.base
Class Objects
java.lang.Object
com.oracle.coherence.common.base.Objects
Class for providing comparison functionality.
- Since:
- 20.06
- Author:
- cp 2000.08.02
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Objects
public Objects()
-
-
Method Details
-
equals
Compare two references for equality.- Parameters:
o1
- the first object referenceo2
- the second object reference- Returns:
- true if equal, false otherwise
-
equalsDeep
Deeply compare two references for equality. This dives down into arrays, including nested arrays.- Parameters:
o1
- the first object referenceo2
- the second object reference- Returns:
- true if deeply equal, false otherwise
-