public static class SizeHistory.WindowSummary
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| long | latestThe most recent value (or -1 if there has been no value) | 
| long | maxThe maximum vaule within the given time period | 
| long | minThe minimum vaule within the given time period | 
| boolean | stableForGrowthtrue if, since that max value, there have not been any higher values | 
| boolean | stableForShrinkingtrue 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