Interface SetNodeResult<K>

  • All Known Implementing Classes:
    SetNodeResultImpl

    public interface SetNodeResult<K>
    • Method Detail

      • getDeltaSize

        int getDeltaSize()
      • updateDeltaSize

        void updateDeltaSize​(int deltaSize)
      • getDeltaHashCode

        int getDeltaHashCode()
      • updateDeltaHashCode

        void updateDeltaHashCode​(int deltaHashCode)
      • modified

        void modified()
      • updated

        void updated​(K replacedValue)
      • isModified

        boolean isModified()
      • hasReplacedValue

        boolean hasReplacedValue()
      • getReplacedValue

        K getReplacedValue()