Class MetadataCollector.MinMaxIntTracker

  • Enclosing class:
    MetadataCollector

    public static class MetadataCollector.MinMaxIntTracker
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int max()  
      int min()  
      void update​(int value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MinMaxIntTracker

        public MinMaxIntTracker()
      • MinMaxIntTracker

        public MinMaxIntTracker​(int defaultMin,
                                int defaultMax)
    • Method Detail

      • update

        public void update​(int value)
      • min

        public int min()
      • max

        public int max()