Class DeltaWindowEntry


  • final class DeltaWindowEntry
    extends java.lang.Object
    • Constructor Detail

      • DeltaWindowEntry

        DeltaWindowEntry()
    • Method Detail

      • depth

        final int depth()
        Returns:
        current delta chain depth of this object.
      • type

        final int type()
        Returns:
        type of the object in this window entry.
      • size

        final int size()
        Returns:
        estimated unpacked size of the object, in bytes .
      • empty

        final boolean empty()
        Returns:
        true if there is no object stored in this entry.