程序包 mpi
类 Count
java.lang.Object
mpi.Count
- 所有已实现的接口:
Comparable
This class represents
MPI_Count
.-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
Count
public Count(long count)
-
-
方法详细资料
-
getCount
public long getCount()Gets value associated with this Count object.- 返回:
- Count value
-
setCount
public void setCount(long count) Sets the value associated with this Count object.- 参数:
count
- the value to set for this count object
-
equals
-
compareTo
- 指定者:
compareTo
在接口中Comparable
-