Package edu.jas.gb

Class GBTransportMessPairIndex

java.lang.Object
edu.jas.gb.GBTransportMess
edu.jas.gb.GBTransportMessPairIndex
All Implemented Interfaces:
Serializable

final class GBTransportMessPairIndex extends GBTransportMess
Distributed GB transport message for index pairs.
  • Field Details

    • i

      public final int i
    • j

      public final int j
    • s

      public final int s
  • Constructor Details

    • GBTransportMessPairIndex

      public GBTransportMessPairIndex(Pair p)
      GBTransportMessPairIndex.
      Parameters:
      p - pair for transport.
    • GBTransportMessPairIndex

      public GBTransportMessPairIndex(int i, int j, int s)
      GBTransportMessPairIndex.
      Parameters:
      i - first index.
      j - second index.
      s - maximal index.
    • GBTransportMessPairIndex

      public GBTransportMessPairIndex(Integer i, Integer j, Integer s)
      GBTransportMessPairIndex.
      Parameters:
      i - first index.
      j - second index.
      s - maximal index.
  • Method Details