-
public interface ReferencesUtility methods for object references- Since:
- 5.4
-
-
Method Summary
Static Methods Modifier and Type Method Description static <T> booleanisSameObject(T ref1, T ref2)Compare two references
-
public interface References
| Modifier and Type | Method | Description |
|---|---|---|
static <T> boolean |
isSameObject(T ref1,
T ref2) |
Compare two references
|