Class NonNoteEntry

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<AnyObjectId>

    class NonNoteEntry
    extends ObjectId
    A tree entry found in a note branch that isn't a valid note.
    • Field Detail

      • name

        private final byte[] name
        Name of the entry in the tree, in raw format.
      • mode

        private final FileMode mode
        Mode of the entry as parsed from the tree.
      • next

        NonNoteEntry next
        The next non-note entry in the same tree, as defined by tree order.
    • Method Detail

      • treeEntrySize

        int treeEntrySize()
      • pathCompare

        int pathCompare​(byte[] bBuf,
                        int bPos,
                        int bLen,
                        FileMode bMode)