| Constructor and Description |
|---|
SlidingTimedValue()
Creates a new instance to track the minimum value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(T value)
Registers a value to be considered the minimum.
|
T |
getMinimum()
Finds the minimum value of the set of values.
|
public SlidingTimedValue()
public void addValue(T value)
value - The value to add.public T getMinimum()
Copyright © 2016. All rights reserved.