Uses of Class
org.eclipse.jgit.util.LongList
Packages that use LongList
Package
Description
Comparing file contents by computing diffs.
Distributed file system based repository storage.
File based repository storage.
-
Uses of LongList in org.eclipse.jgit.diff
Fields in org.eclipse.jgit.diff declared as LongList -
Uses of LongList in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs declared as LongListModifier and TypeFieldDescriptionprivate 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 LongListModifier and TypeFieldDescriptionprivate 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 LongListModifier and TypeFieldDescription(package private) final LongList
BlockWriter.ObjEntry.blockPos
private LongList
ReftableReader.ObjCursorImpl.blockPos
(package private) final LongList
ReftableWriter.RefList.blockPos
(package private) static final LongList
ReftableReader.EMPTY_LONG_LIST
Methods in org.eclipse.jgit.internal.storage.reftable that return LongListConstructors in org.eclipse.jgit.internal.storage.reftable with parameters of type LongList