Package edu.jas.gb

Class GBTransportMessPairIndex

  • All Implemented Interfaces:
    java.io.Serializable

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

      Fields 
      Modifier and Type Field Description
      int i  
      int j  
      int s  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      toString.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • i

        public final int i
      • j

        public final int j
      • s

        public final int s
    • Constructor Detail

      • 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​(java.lang.Integer i,
                                        java.lang.Integer j,
                                        java.lang.Integer s)
        GBTransportMessPairIndex.
        Parameters:
        i - first index.
        j - second index.
        s - maximal index.