程序包 mpi

类 Count

java.lang.Object
mpi.Count
所有已实现的接口:
Comparable

public final class Count extends Object implements 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

      public boolean equals(Object obj)
      覆盖:
      equals 在类中 Object
    • compareTo

      public int compareTo(Object obj)
      指定者:
      compareTo 在接口中 Comparable