public interface IteratingRLW32
Modifier and Type | Method and Description |
---|---|
IteratingRLW32 |
clone() |
void |
discardFirstWords(int x) |
void |
discardRunningWords()
Discard all running words
|
int |
getLiteralWordAt(int index) |
int |
getNumberOfLiteralWords() |
boolean |
getRunningBit() |
int |
getRunningLength() |
boolean |
next() |
int |
size() |
boolean next()
int getLiteralWordAt(int index)
index
- where the literal word isint getNumberOfLiteralWords()
boolean getRunningBit()
int size()
int getRunningLength()
void discardFirstWords(int x)
x
- the number of words to discardvoid discardRunningWords()
IteratingRLW32 clone() throws CloneNotSupportedException
CloneNotSupportedException
- this should not be thrown in theoryCopyright © 2016. All Rights Reserved.