Interface RSNodeHashTable

    • Method Detail

      • get

        RSNode get​(long value)
        Description copied from interface: RSHashTable
        Gets a node by its hash value.
        Specified by:
        get in interface RSHashTable
        Parameters:
        value - the node value
        Returns:
        the associated node
      • getSize

        int getSize()
      • getBuckets

        RSNode[] getBuckets()