Uses of Class
org.eclipse.jgit.internal.storage.reftable.RefCursor
Packages that use RefCursor
-
Uses of RefCursor in org.eclipse.jgit.internal.storage.reftable
Subclasses of RefCursor in org.eclipse.jgit.internal.storage.reftableModifier and TypeClassDescriptionprivate classprivate classprivate classprivate classFields in org.eclipse.jgit.internal.storage.reftable declared as RefCursorModifier and TypeFieldDescription(package private) final RefCursorMergedReftable.RefQueueEntry.rcMethods in org.eclipse.jgit.internal.storage.reftable that return RefCursorModifier and TypeMethodDescriptionMergedReftable.allRefs()Seek to the first reference, to iterate in order.abstract RefCursorReftable.allRefs()Seek to the first reference, to iterate in order.ReftableReader.allRefs()Seek to the first reference, to iterate in order.MergedReftable.byObjectId(AnyObjectId name) Match references pointing to a specific object.abstract RefCursorReftable.byObjectId(AnyObjectId id) Match references pointing to a specific object.ReftableReader.byObjectId(AnyObjectId id) Match references pointing to a specific object.Seek to a reference.abstract RefCursorSeek to a reference.Seek to a reference.MergedReftable.seekRefsWithPrefix(String prefix) Seek references with prefix.abstract RefCursorReftable.seekRefsWithPrefix(String prefix) Seek references with prefix.ReftableReader.seekRefsWithPrefix(String prefix) Seek references with prefix.Constructors in org.eclipse.jgit.internal.storage.reftable with parameters of type RefCursor -
Uses of RefCursor in org.eclipse.jgit.pgm.debug
Methods in org.eclipse.jgit.pgm.debug with parameters of type RefCursor