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