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