Interface Histogram
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCount()SnapshotgetSnapshot()voidupdate(int value)voidupdate(long value)
-
-
-
Method Detail
-
update
void update(int value)
-
update
void update(long value)
-
getCount
long getCount()
-
getSnapshot
Snapshot getSnapshot()
-
-