Class Tuple

    • Constructor Detail

      • Tuple

        public Tuple​(byte[] element,
                     Double score)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • compare

        public static int compare​(Tuple t1,
                                  Tuple t2)
      • getElement

        public String getElement()
      • getBinaryElement

        public byte[] getBinaryElement()
      • getScore

        public double getScore()