Class SizeMap

    • Constructor Summary

      Constructors 
      Constructor Description
      SizeMap()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract double size​(long cardinality, long maxCardinality)  
      double size​(long weight, long min, long max)  
      • Methods inherited from class java.lang.Object

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

      • SizeMap

        public SizeMap()
    • Method Detail

      • size

        public abstract double size​(long cardinality,
                                    long maxCardinality)
      • size

        public double size​(long weight,
                           long min,
                           long max)