Package mpi
Class Count
- java.lang.Object
-
- mpi.Count
-
- All Implemented Interfaces:
java.lang.Comparable
public final class Count extends java.lang.Object implements java.lang.ComparableThis class representsMPI_Count.
-
-
Constructor Summary
Constructors Constructor Description Count(long count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(java.lang.Object obj)booleanequals(java.lang.Object obj)longgetCount()Gets value associated with this Count object.voidsetCount(long count)Sets the value associated with this Count object.
-
-
-
Method Detail
-
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
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
compareTo
public int compareTo(java.lang.Object obj)
- Specified by:
compareToin interfacejava.lang.Comparable
-
-