Package com.google.gerrit.server.change
Class ChangeKindCacheImpl.Key
- java.lang.Object
-
- com.google.gerrit.server.change.ChangeKindCacheImpl.Key
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ChangeKindCacheImpl
public static class ChangeKindCacheImpl.Key extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
org.eclipse.jgit.lib.ObjectId
getNext()
org.eclipse.jgit.lib.ObjectId
getPrior()
String
getStrategyName()
int
hashCode()
-
-
-
Constructor Detail
-
Key
public Key(org.eclipse.jgit.lib.ObjectId prior, org.eclipse.jgit.lib.ObjectId next, String strategyName)
-
-
Method Detail
-
getPrior
public org.eclipse.jgit.lib.ObjectId getPrior()
-
getNext
public org.eclipse.jgit.lib.ObjectId getNext()
-
getStrategyName
public String getStrategyName()
-
-