Uses of Class
org.eclipse.jgit.util.LongList
-
Packages that use LongList Package Description org.eclipse.jgit.diff Comparing file contents by computing diffs.org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.internal.storage.reftable -
-
Uses of LongList in org.eclipse.jgit.diff
Fields in org.eclipse.jgit.diff declared as LongList Modifier and Type Field Description private LongList
MyersDiff.MiddleEdit.EditPaths. snake
-
Uses of LongList in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs declared as LongList Modifier and Type Field Description private LongList
DfsPackFile. corruptObjects
Objects we have tried to read, and discovered to be corrupt. -
Uses of LongList in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as LongList Modifier and Type Field Description private LongList
Pack. corruptObjects
Objects we have tried to read, and discovered to be corrupt. -
Uses of LongList in org.eclipse.jgit.internal.storage.reftable
Fields in org.eclipse.jgit.internal.storage.reftable declared as LongList Modifier and Type Field Description (package private) LongList
BlockWriter.ObjEntry. blockPos
private LongList
ReftableReader.ObjCursorImpl. blockPos
(package private) LongList
ReftableWriter.RefList. blockPos
(package private) static LongList
ReftableReader. EMPTY_LONG_LIST
Methods in org.eclipse.jgit.internal.storage.reftable that return LongList Modifier and Type Method Description (package private) LongList
BlockReader. readBlockPositionList()
Constructors in org.eclipse.jgit.internal.storage.reftable with parameters of type LongList Constructor Description ObjEntry(int idLen, ObjectId id, LongList blockPos)
-