Uses of Class
com.googlecode.javaewah.RunningLengthWord
-
Packages that use RunningLengthWord Package Description com.googlecode.javaewah -
-
Uses of RunningLengthWord in com.googlecode.javaewah
Fields in com.googlecode.javaewah declared as RunningLengthWord Modifier and Type Field Description private RunningLengthWordEWAHCompressedBitmap. rlwThe current (last) running length word.(package private) RunningLengthWordEWAHIterator. rlwThe current running length word.protected RunningLengthWordReverseEWAHIterator. rlwThe current running length word.Methods in com.googlecode.javaewah that return RunningLengthWord Modifier and Type Method Description RunningLengthWordRunningLengthWord. clone()RunningLengthWordEWAHIterator. next()Next running length word.private RunningLengthWordChunkIteratorImpl. nextRLW()RunningLengthWordReverseEWAHIterator. previous()Previous running length word.Methods in com.googlecode.javaewah with parameters of type RunningLengthWord Modifier and Type Method Description voidBufferedRunningLengthWord. reset(RunningLengthWord rlw)Reset the values of this running length word so that it has the same values as the other running length word.private voidChunkIteratorImpl. setRLW(RunningLengthWord rlw)private voidReverseIntIterator. setRLW(RunningLengthWord rlw)private voidClearIntIterator. setRunningLengthWord(RunningLengthWord rlw)private voidIntIteratorImpl. setRunningLengthWord(RunningLengthWord rlw)Constructors in com.googlecode.javaewah with parameters of type RunningLengthWord Constructor Description BufferedRunningLengthWord(RunningLengthWord rlw)Instantiates a new buffered running length word.EWAHIterator(int pointer, RunningLengthWord rlw, int size)
-