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