Class TopHeavyHitters.HashCodeVal

  • Enclosing class:
    TopHeavyHitters<T>

    public static final class TopHeavyHitters.HashCodeVal
    extends scala.AnyVal
    • Constructor Summary

      Constructors 
      Constructor Description
      HashCodeVal​(int get)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object x$1)  
      int get()  
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • HashCodeVal

        public HashCodeVal​(int get)
    • Method Detail

      • get

        public int get()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object x$1)
        Overrides:
        equals in class java.lang.Object