Package edu.jas.gb
Class GBTransportMessPairIndex
- java.lang.Object
-
- edu.jas.gb.GBTransportMess
-
- edu.jas.gb.GBTransportMessPairIndex
-
- All Implemented Interfaces:
java.io.Serializable
final class GBTransportMessPairIndex extends GBTransportMess
Distributed GB transport message for index pairs.
-
-
Constructor Summary
Constructors Constructor Description GBTransportMessPairIndex(int i, int j, int s)
GBTransportMessPairIndex.GBTransportMessPairIndex(Pair p)
GBTransportMessPairIndex.GBTransportMessPairIndex(java.lang.Integer i, java.lang.Integer j, java.lang.Integer s)
GBTransportMessPairIndex.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
toString.
-
-
-
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.
-
-
Method Detail
-
toString
public java.lang.String toString()
toString.- Overrides:
toString
in classGBTransportMess
-
-