Constructor and Description |
---|
Cluster(int beginIndex,
int endIndex)
Create a cluster with the beginning and ending indices of the cluster.
|
Modifier and Type | Method and Description |
---|---|
int |
getBeginIndex()
Get the index of the first element of this cluster.
|
int |
getEndIndex()
Get the index of the last element of this cluster.
|
String |
toString() |
public Cluster(int beginIndex, int endIndex)
beginIndex
- the beginning index (inclusive)endIndex
- the ending index (inclusive)Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.