Package dev.nm.stat.evt.cluster
Class Clusters.Cluster
- java.lang.Object
-
- dev.nm.stat.evt.cluster.Clusters.Cluster
-
-
Constructor Summary
Constructors Constructor Description Cluster(int beginIndex, int endIndex)
Create a cluster with the beginning and ending indices of the cluster.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-