Interface WordArray

    • Method Detail

      • getNumberOfWords

        int getNumberOfWords()
        Get the total number of words contained in this data structure.
        Returns:
        the number
      • getWord

        long getWord​(int index)
        Get the word at the given index
        Parameters:
        index - the index
        Returns:
        the word