|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MutableInteger | |
|---|---|
| org.eclipse.jgit.lib | |
| org.eclipse.jgit.util | |
| Uses of MutableInteger in org.eclipse.jgit.lib |
|---|
| Methods in org.eclipse.jgit.lib with parameters of type MutableInteger | |
|---|---|
static 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 MutableInteger | |
|---|---|
static int |
RawParseUtils.parseBase10(byte[] b,
int ptr,
MutableInteger ptrResult)
Parse a base 10 numeric from a sequence of ASCII digits into an int. |
static long |
RawParseUtils.parseLongBase10(byte[] b,
int ptr,
MutableInteger ptrResult)
Parse a base 10 numeric from a sequence of ASCII digits into a long. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||