edu.jas.ring
Class GBTransportMessPairIndex
java.lang.Object
edu.jas.ring.GBTransportMess
edu.jas.ring.GBTransportMessPairIndex
- All Implemented Interfaces:
- java.io.Serializable
class GBTransportMessPairIndex
- extends GBTransportMess
Distributed GB transport message for index pairs.
Field Summary |
java.lang.Integer |
i
|
java.lang.Integer |
j
|
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
i
public final java.lang.Integer i
j
public final java.lang.Integer j
GBTransportMessPairIndex
public GBTransportMessPairIndex(Pair p)
GBTransportMessPairIndex
public GBTransportMessPairIndex(int i,
int j)
GBTransportMessPairIndex
public GBTransportMessPairIndex(java.lang.Integer i,
java.lang.Integer j)
toString
public java.lang.String toString()
- Overrides:
toString
in class GBTransportMess