|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jgit.storage.file.PackIndex.MutableEntry
public static class PackIndex.MutableEntry
Represent mutable entry of pack index consisting of object id and offset in pack (both mutable).
Constructor Summary | |
---|---|
PackIndex.MutableEntry()
|
Method Summary | |
---|---|
PackIndex.MutableEntry |
cloneEntry()
|
long |
getOffset()
Returns offset for this index object entry |
java.lang.String |
name()
|
ObjectId |
toObjectId()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PackIndex.MutableEntry()
Method Detail |
---|
public long getOffset()
public java.lang.String name()
public ObjectId toObjectId()
public PackIndex.MutableEntry cloneEntry()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |