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 LongListMyersDiff.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 LongListDfsPackFile. corruptObjectsObjects 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 LongListPack. corruptObjectsObjects 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) LongListBlockWriter.ObjEntry. blockPosprivate LongListReftableReader.ObjCursorImpl. blockPos(package private) LongListReftableWriter.RefList. blockPos(package private) static LongListReftableReader. EMPTY_LONG_LISTMethods in org.eclipse.jgit.internal.storage.reftable that return LongList Modifier and Type Method Description (package private) LongListBlockReader. readBlockPositionList()Constructors in org.eclipse.jgit.internal.storage.reftable with parameters of type LongList Constructor Description ObjEntry(int idLen, ObjectId id, LongList blockPos)
-