Class MinHashFilter.LongPair

    • Field Summary

      Fields 
      Modifier and Type Field Description
      long val1  
      long val2  
    • Constructor Summary

      Constructors 
      Constructor Description
      LongPair()  
    • Field Detail

      • val1

        public long val1
      • val2

        public long val2
    • Constructor Detail

      • LongPair

        LongPair()
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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