public class SequenceStats
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int |
getCacheSize()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
long |
getCurrent()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
long |
getLastValue()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
long |
getMax()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
long |
getMin()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
int |
getNCachedGets()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
int |
getNGets()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
long |
getValue()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
java.lang.String |
toString()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
public int getNGets()
public int getNCachedGets()
public long getCurrent()
public long getValue()
public long getLastValue()
public long getMin()
public long getMax()
public int getCacheSize()
public java.lang.String toString()
toString
in class java.lang.Object