Package org.eclipse.jgit.util
Interface References
-
public interface References
Utility methods for object references- Since:
- 5.4
-
-
Method Summary
Static Methods Modifier and Type Method Description static <T> boolean
isSameObject(T ref1, T ref2)
Compare two references
-