public static class ChangeKindCacheImpl.Key
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ChangeKindCacheImpl.Key(org.eclipse.jgit.lib.ObjectId prior,
org.eclipse.jgit.lib.ObjectId next,
java.lang.String strategyName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
org.eclipse.jgit.lib.ObjectId |
getNext() |
org.eclipse.jgit.lib.ObjectId |
getPrior() |
java.lang.String |
getStrategyName() |
int |
hashCode() |
public ChangeKindCacheImpl.Key(org.eclipse.jgit.lib.ObjectId prior, org.eclipse.jgit.lib.ObjectId next, java.lang.String strategyName)
public org.eclipse.jgit.lib.ObjectId getPrior()
public org.eclipse.jgit.lib.ObjectId getNext()
public java.lang.String getStrategyName()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object