Interface WordArray
- All Known Implementing Classes:
BitSet,ImmutableBitSet
interface WordArray
-
Method Summary
Modifier and TypeMethodDescriptionintGet the total number of words contained in this data structure.longgetWord(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
-