Package mpi
Class Count
java.lang.Object
mpi.Count
- All Implemented Interfaces:
Comparable
This class represents
MPI_Count
.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Count
public Count(long count)
-
-
Method Details
-
getCount
public long getCount()Gets value associated with this Count object.- Returns:
- Count value
-
setCount
public void setCount(long count) Sets the value associated with this Count object.- Parameters:
count
- the value to set for this count object
-
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable
-