Class DfsReader.FoundObject<T extends ObjectId>

java.lang.Object
org.eclipse.jgit.internal.storage.dfs.DfsReader.FoundObject<T>
Enclosing class:
DfsReader

private static class DfsReader.FoundObject<T extends ObjectId> extends Object
  • Field Details

    • id

      final T extends ObjectId id
    • pack

      final DfsPackFile pack
    • offset

      final long offset
    • packIndex

      final int packIndex
  • Constructor Details

    • FoundObject

      FoundObject(T objectId, int packIdx, DfsPackFile pack, long offset)
    • FoundObject

      FoundObject(T objectId)