All Known Implementing Classes:
AbsoluteChange, DiffChange

public interface Change
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    applyDiff(int delta)
     
    int
     
    void
     
    byte
     
    int
     
    void
     
    boolean
    Checks if put increment operation can be safely performed.
    int
    serialize(byte[] stream, int offset)
     
  • Field Details

  • Method Details

    • increment

      void increment()
    • decrement

      void decrement()
    • applyTo

      int applyTo(Integer value)
    • getValue

      int getValue()
    • getType

      byte getType()
    • isUndefined

      boolean isUndefined()
      Checks if put increment operation can be safely performed.
      Returns:
      true if increment operation can be safely performed.
    • applyDiff

      void applyDiff(int delta)
    • serialize

      int serialize(byte[] stream, int offset)