Package edu.jas.gb
Class GBTransportMessPairIndex
java.lang.Object
edu.jas.gb.GBTransportMess
edu.jas.gb.GBTransportMessPairIndex
- All Implemented Interfaces:
Serializable
Distributed GB transport message for index pairs.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGBTransportMessPairIndex
(int i, int j, int s) GBTransportMessPairIndex.GBTransportMessPairIndex.GBTransportMessPairIndex
(Integer i, Integer j, Integer s) GBTransportMessPairIndex. -
Method Summary
-
Field Details
-
i
public final int i -
j
public final int j -
s
public final int s
-
-
Constructor Details
-
GBTransportMessPairIndex
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
GBTransportMessPairIndex.- Parameters:
i
- first index.j
- second index.s
- maximal index.
-
-
Method Details
-
toString
toString.- Overrides:
toString
in classGBTransportMess
-