public class IntraLineDiffKey
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
IntraLineDiffKey(org.eclipse.jgit.lib.ObjectId aId,
Text aText,
org.eclipse.jgit.lib.ObjectId bId,
Text bText,
java.util.List<org.eclipse.jgit.diff.Edit> edits,
com.google.gerrit.reviewdb.client.Project.NameKey projectKey,
org.eclipse.jgit.lib.ObjectId commit,
java.lang.String path,
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,
Text aText,
org.eclipse.jgit.lib.ObjectId bId,
Text bText,
java.util.List<org.eclipse.jgit.diff.Edit> edits,
com.google.gerrit.reviewdb.client.Project.NameKey projectKey,
org.eclipse.jgit.lib.ObjectId commit,
java.lang.String path,
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.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object