Interface DeltaCount

    • Method Detail

      • getChanges

        PNCount getChanges()
        Get the changes in the current value during the last interval.
        Returns:
        the changes in the value during the last interval; never null
      • hasChanges

        default boolean hasChanges()
        Determine if there are any changes in this count.
        Returns:
        true if there are non-zero changes, or false otherwise
      • getPriorCount

        Count getPriorCount()
        Get the value of this count prior to the changes.
        Returns:
        the prior count; never null