Package | Description |
---|---|
org.eclipse.jgit.storage.file |
Modifier and Type | Method and Description |
---|---|
PackIndex.MutableEntry |
PackIndex.MutableEntry.cloneEntry() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.Iterator<PackIndex.MutableEntry> |
PackIndex.iterator()
Provide iterator that gives access to index entries.
|
java.util.Iterator<PackIndex.MutableEntry> |
PackFile.iterator()
Provide iterator over entries in associated pack index, that should also
exist in this pack file.
|
Copyright © 2012. All Rights Reserved.