Interface ISequenceNrElement


public interface ISequenceNrElement
Simple interface describing the method that an element with a sequence number should expose.
Since:
7.1
Author:
Jon van Leuven
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Method returning the sequence number of this element.
  • Method Details

    • getSequenceNr

      long getSequenceNr()
      Method returning the sequence number of this element.
      Returns:
      The sequence number.