Class ChangeKindCacheImpl.Key

    • 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()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object