public static class MetadataCollector.MinMaxIntTracker
extends java.lang.Object
| Constructor and Description | 
|---|
| MinMaxIntTracker() | 
| MinMaxIntTracker(int defaultMin,
                int defaultMax) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | max() | 
| int | min() | 
| void | update(int value) | 
Copyright © 2018 The Apache Software Foundation