Package org.eclipse.jgit.util
Interface References
-
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
-