Interface WordArray
- All Known Implementing Classes:
BitSet
,ImmutableBitSet
interface WordArray
-
Method Summary
Modifier and TypeMethodDescriptionint
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
-