Class IntHashSet.Statistics

java.lang.Object
com.here.platform.location.compilation.core.IntHashSet.Statistics
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product
Enclosing class:
IntHashSet

public static class IntHashSet.Statistics extends Object implements scala.Product, Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Statistics(scala.collection.immutable.Seq<Object> overflows)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
    scala.collection.SortedMap<Object,Object>
     
    scala.collection.immutable.Seq<Object>
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • Constructor Details

    • Statistics

      public Statistics(scala.collection.immutable.Seq<Object> overflows)
  • Method Details

    • overflows

      public scala.collection.immutable.Seq<Object> overflows()
    • overflowFrequencies

      public scala.collection.SortedMap<Object,Object> overflowFrequencies()
    • mean

      public int mean()
    • median

      public int median()