Uses of Class
org.eclipse.jgit.notes.NoteBucket
Packages that use NoteBucket
-
Uses of NoteBucket in org.eclipse.jgit.notes
Subclasses of NoteBucket in org.eclipse.jgit.notesModifier and TypeClassDescription(package private) class
A note tree holding only note subtrees, each named using a 2 digit hex name.private class
(package private) class
A note bucket that has been loaded into the process.(package private) class
A note tree holding only notes, with no subtrees.Fields in org.eclipse.jgit.notes declared as NoteBucketModifier and TypeFieldDescriptionprivate final NoteBucket[]
FanoutBucket.table
Fan-out table similar to the PackIndex structure.Methods in org.eclipse.jgit.notes that return NoteBucketMethods in org.eclipse.jgit.notes with parameters of type NoteBucketModifier and TypeMethodDescriptionprivate void
NoteMapMerger.addIfNotNull
(FanoutBucket b, int cell, NoteBucket child) private static boolean
NoteMapMerger.equals
(NoteBucket a, NoteBucket b) (package private) static InMemoryNoteBucket
FanoutBucket.loadIfLazy
(NoteBucket b, AnyObjectId prefix, ObjectReader or)