Uses of Class
org.eclipse.jgit.util.MutableInteger
Packages that use MutableInteger
Package
Description
Reading and editing the directory cache (index).
Core API for repository, config, refs, object database.
Utility classes.
-
Uses of MutableInteger in org.eclipse.jgit.dircache
Constructors in org.eclipse.jgit.dircache with parameters of type MutableIntegerModifierConstructorDescription(package private)
DirCacheEntry
(byte[] sharedInfo, MutableInteger infoAt, InputStream in, MessageDigest md, Instant smudge, DirCache.DirCacheVersion version, DirCacheEntry previous) (package private)
DirCacheTree
(byte[] in, MutableInteger off, DirCacheTree myParent) -
Uses of MutableInteger in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as MutableIntegerMethods in org.eclipse.jgit.lib with parameters of type MutableIntegerModifier and TypeMethodDescriptionstatic int
Constants.decodeTypeString
(AnyObjectId id, byte[] typeString, byte endMark, MutableInteger offset) Parse an encoded type string into a type constant. -
Uses of MutableInteger in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util with parameters of type MutableIntegerModifier and TypeMethodDescriptionstatic final int
RawParseUtils.parseBase10
(byte[] b, int ptr, MutableInteger ptrResult) Parse a base 10 numeric from a sequence of ASCII digits into an int.static final long
RawParseUtils.parseLongBase10
(byte[] b, int ptr, MutableInteger ptrResult) Parse a base 10 numeric from a sequence of ASCII digits into a long.static final int
RawParseUtils.parseTimeZoneOffset
(byte[] b, int ptr, MutableInteger ptrResult) Parse a Git style timezone string.