abstract class InMemoryNoteBucket extends NoteBucket
Modifier and Type | Field and Description |
---|---|
(package private) NonNoteEntry |
nonNotes
Chain of non-note tree entries found at this path in the tree.
|
(package private) int |
prefixLen
Number of leading digits that leads to this bucket in the note path.
|
Constructor and Description |
---|
InMemoryNoteBucket(int prefixLen) |
Modifier and Type | Method and Description |
---|---|
(package private) abstract InMemoryNoteBucket |
append(Note note) |
estimateSize, getNote, getTreeId, iterator, set, writeTree
final int prefixLen
NonNoteEntry nonNotes
NoteParser
keeps track of all non-note tree entries and stores
them here as a sorted linked list. That list can be merged back with the
note data that is held by the subclass, allowing the tree to be
recreated.abstract InMemoryNoteBucket append(Note note)