Package util

Class Util.MessagePair<X extends PointInTime,​Y extends PointInTime>

  • Type Parameters:
    X - first type of PointInTime items
    Y - second type of PointInTime items
    Enclosing class:
    Util

    public static class Util.MessagePair<X extends PointInTime,​Y extends PointInTime>
    extends Object
    A pair of messages containing a PointInTime DataItem that have the same TimeStamp.
    • Method Detail

      • getFirstItem

        public X getFirstItem()
        Returns:
        first item of type X
      • getSecondItem

        public Y getSecondItem()
        Returns:
        second item of type Y