Class ChangeKindCacheImpl.Key

    • Constructor Detail

      • Key

        public Key()
    • Method Detail

      • create

        public static ChangeKindCacheImpl.Key create​(org.eclipse.jgit.lib.AnyObjectId prior,
                                                     org.eclipse.jgit.lib.AnyObjectId next,
                                                     String strategyName)
      • prior

        public abstract org.eclipse.jgit.lib.ObjectId prior()
      • next

        public abstract org.eclipse.jgit.lib.ObjectId next()
      • strategyName

        public abstract String strategyName()