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) |
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.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object