public static class SizeHistory.WindowSummary
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
long | 
latest
The most recent value (or -1 if there has been no value) 
 | 
long | 
max
The maximum vaule within the given time period 
 | 
long | 
min
The minimum vaule within the given time period 
 | 
boolean | 
stableForGrowth
true if, since that max value, there have not been any higher values 
 | 
boolean | 
stableForShrinking
true if, since that low value, there have not been any lower values 
 | 
| Constructor and Description | 
|---|
SizeHistory.WindowSummary(long latest,
                         long min,
                         long max,
                         boolean stableForGrowth,
                         boolean stableForShrinking)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
toString()  | 
public final long latest
public final long min
public final long max
public final boolean stableForGrowth
public final boolean stableForShrinking