Uses of Class
org.eclipse.jgit.storage.file.PackIndex.MutableEntry

Packages that use PackIndex.MutableEntry
org.eclipse.jgit.storage.file File based repository storage. 
 

Uses of PackIndex.MutableEntry in org.eclipse.jgit.storage.file
 

Methods in org.eclipse.jgit.storage.file that return PackIndex.MutableEntry
 PackIndex.MutableEntry PackIndex.MutableEntry.cloneEntry()
           
 

Methods in org.eclipse.jgit.storage.file that return types with arguments of type PackIndex.MutableEntry
abstract  Iterator<PackIndex.MutableEntry> PackIndex.iterator()
          Provide iterator that gives access to index entries.
 Iterator<PackIndex.MutableEntry> PackFile.iterator()
          Provide iterator over entries in associated pack index, that should also exist in this pack file.
 



Copyright © 2013. All Rights Reserved.