public abstract static class ChangeKindCacheImpl.Key
extends java.lang.Object
Constructor and Description |
---|
Key() |
Modifier and Type | Method and Description |
---|---|
static ChangeKindCacheImpl.Key |
create(org.eclipse.jgit.lib.AnyObjectId prior,
org.eclipse.jgit.lib.AnyObjectId next,
java.lang.String strategyName) |
abstract org.eclipse.jgit.lib.ObjectId |
next() |
abstract org.eclipse.jgit.lib.ObjectId |
prior() |
abstract java.lang.String |
strategyName() |
public static ChangeKindCacheImpl.Key create(org.eclipse.jgit.lib.AnyObjectId prior, org.eclipse.jgit.lib.AnyObjectId next, java.lang.String strategyName)
public abstract org.eclipse.jgit.lib.ObjectId prior()
public abstract org.eclipse.jgit.lib.ObjectId next()
public abstract java.lang.String strategyName()