Interface WordArray
-
- All Known Implementing Classes:
BitSet
,ImmutableBitSet
interface WordArray
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getNumberOfWords()
Get the total number of words contained in this data structure.long
getWord(int index)
Get the word at the given index
-