Uses of Class
com.googlecode.javaewah.RunningLengthWord
Packages that use RunningLengthWord
-
Uses of RunningLengthWord in com.googlecode.javaewah
Fields in com.googlecode.javaewah declared as RunningLengthWordModifier and TypeFieldDescriptionprivate RunningLengthWord
EWAHCompressedBitmap.rlw
The current (last) running length word.(package private) final RunningLengthWord
EWAHIterator.rlw
The current running length word.protected RunningLengthWord
ReverseEWAHIterator.rlw
The current running length word.Methods in com.googlecode.javaewah that return RunningLengthWordModifier and TypeMethodDescriptionRunningLengthWord.clone()
EWAHIterator.next()
Next running length word.private RunningLengthWord
ChunkIteratorImpl.nextRLW()
ReverseEWAHIterator.previous()
Previous running length word.Methods in com.googlecode.javaewah with parameters of type RunningLengthWordModifier and TypeMethodDescriptionvoid
BufferedRunningLengthWord.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 void
ChunkIteratorImpl.setRLW
(RunningLengthWord rlw) private void
ReverseIntIterator.setRLW
(RunningLengthWord rlw) private void
ClearIntIterator.setRunningLengthWord
(RunningLengthWord rlw) private void
IntIteratorImpl.setRunningLengthWord
(RunningLengthWord rlw) Constructors in com.googlecode.javaewah with parameters of type RunningLengthWordModifierConstructorDescriptionInstantiates a new buffered running length word.private
EWAHIterator
(int pointer, RunningLengthWord rlw, int size)