public class WindowOfCounts extends Object
| Constructor and Description |
|---|
WindowOfCounts(long windowSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCount() |
void |
addCount(long count) |
void |
clearCounts() |
long |
getCounts() |
double |
getMsPerCount() |
long |
getNeededTime(long countsToDo) |
long |
getTotalCounts() |
public void addCount()
public void addCount(long count)
public double getMsPerCount()
public long getNeededTime(long countsToDo)
public long getTotalCounts()
public long getCounts()
public void clearCounts()
Copyright © 2015. All rights reserved.