public class IntraLineDiffKey
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
IntraLineDiffKey(org.eclipse.jgit.lib.ObjectId aId,
org.eclipse.jgit.lib.ObjectId bId,
boolean ignoreWhitespace) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
org.eclipse.jgit.lib.ObjectId |
getBlobA() |
org.eclipse.jgit.lib.ObjectId |
getBlobB() |
int |
hashCode() |
boolean |
isIgnoreWhitespace() |
java.lang.String |
toString() |
public IntraLineDiffKey(org.eclipse.jgit.lib.ObjectId aId, org.eclipse.jgit.lib.ObjectId bId, boolean ignoreWhitespace)
public org.eclipse.jgit.lib.ObjectId getBlobA()
public org.eclipse.jgit.lib.ObjectId getBlobB()
public boolean isIgnoreWhitespace()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object