程序包 mpi
类 Int2.Data
java.lang.Object
mpi.Struct.Data
mpi.Int2.Data
- 封闭类:
- Int2
Class for reading/writing data in a struct stored in a byte buffer.
-
构造器概要
构造器 -
方法概要
从类继承的方法 mpi.Struct.Data
getBuffer, getBuffer, getBuffer, getByte, getByte, getChar, getChar, getData, getData, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getShort, getShort, putByte, putByte, putChar, putChar, putDouble, putDouble, putFloat, putFloat, putInt, putInt, putLong, putLong, putShort, putShort
-
构造器详细资料
-
Data
public Data()
-
-
方法详细资料
-
getValue
public int getValue()Gets the first int.- 返回:
- first int
-
getIndex
public int getIndex()Gets the second int.- 返回:
- second int
-
putValue
public void putValue(int v) Puts the first int.- 参数:
v
- first value
-
putIndex
public void putIndex(int v) Puts the second int.- 参数:
v
- second int
-