Uses of Class
org.eclipse.jgit.internal.storage.reftable.ReftableWriter.RefList
-
Packages that use ReftableWriter.RefList Package Description org.eclipse.jgit.internal.storage.reftable -
-
Uses of ReftableWriter.RefList in org.eclipse.jgit.internal.storage.reftable
Fields in org.eclipse.jgit.internal.storage.reftable with type parameters of type ReftableWriter.RefList Modifier and Type Field Description private ObjectIdSubclassMap<ReftableWriter.RefList>ReftableWriter. obj2refMethods in org.eclipse.jgit.internal.storage.reftable that return types with arguments of type ReftableWriter.RefList Modifier and Type Method Description private static java.util.List<ReftableWriter.RefList>ReftableWriter. sortById(ObjectIdSubclassMap<ReftableWriter.RefList> m)Method parameters in org.eclipse.jgit.internal.storage.reftable with type arguments of type ReftableWriter.RefList Modifier and Type Method Description private static intReftableWriter. shortestUniqueAbbreviation(java.util.List<ReftableWriter.RefList> in)private static java.util.List<ReftableWriter.RefList>ReftableWriter. sortById(ObjectIdSubclassMap<ReftableWriter.RefList> m)
-