Interface WordArray

All Known Implementing Classes:
BitSet, ImmutableBitSet

interface WordArray
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Get the total number of words contained in this data structure.
    long
    getWord(int index)
    Get the word at the given index
  • Method Details

    • 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