|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.HdrHistogram.RecordedValuesIterator
public class RecordedValuesIterator
Used for iterating through all recorded histogram values using the finest granularity steps supported by the underlying representation. The iteration steps through all non-zero recorded value counts, and terminates when all recorded histogram values are exhausted.
| Constructor Summary | |
|---|---|
RecordedValuesIterator(AbstractHistogram histogram)
|
|
| Method Summary | |
|---|---|
boolean |
hasNext()
Returns true if the iteration has more elements. |
HistogramIterationValue |
next()
Returns the next element in the iteration. |
void |
remove()
Not supported. |
void |
reset()
Reset iterator for re-use in a fresh iteration over the same histogram data set. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext, next, remove |
| Constructor Detail |
|---|
public RecordedValuesIterator(AbstractHistogram histogram)
histogram - The histogram this iterator will operate on| Method Detail |
|---|
public void reset()
public boolean hasNext()
hasNext in interface Iterator<HistogramIterationValue>public HistogramIterationValue next()
next in interface Iterator<HistogramIterationValue>HistogramIterationValue associated with the next element in the iteration.public void remove()
UnsupportedOperationException.
remove in interface Iterator<HistogramIterationValue>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||