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

Packages that use PackIndex.MutableEntry
org.eclipse.jgit.storage.file   
 

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
 Iterator<PackIndex.MutableEntry> PackFile.iterator()
          Provide iterator over entries in associated pack index, that should also exist in this pack file.
abstract  Iterator<PackIndex.MutableEntry> PackIndex.iterator()
          Provide iterator that gives access to index entries.
 



Copyright © 2012. All Rights Reserved.