Uses of Class
com.googlecode.javaewah32.RunningLengthWord32
Packages that use RunningLengthWord32
-
Uses of RunningLengthWord32 in com.googlecode.javaewah32
Fields in com.googlecode.javaewah32 declared as RunningLengthWord32Modifier and TypeFieldDescriptionprivate RunningLengthWord32
EWAHCompressedBitmap32.rlw
The current (last) running length word.(package private) final RunningLengthWord32
EWAHIterator32.rlw
The current running length word.protected RunningLengthWord32
ReverseEWAHIterator32.rlw
The current running length word.Methods in com.googlecode.javaewah32 that return RunningLengthWord32Modifier and TypeMethodDescriptionRunningLengthWord32.clone()
EWAHIterator32.next()
Next running length word.private RunningLengthWord32
ChunkIteratorImpl32.nextRLW()
ReverseEWAHIterator32.previous()
Previous running length word.Methods in com.googlecode.javaewah32 with parameters of type RunningLengthWord32Modifier and TypeMethodDescriptionvoid
BufferedRunningLengthWord32.reset
(RunningLengthWord32 rlw) Reset the values of this running length word so that it has the same values as the other running length word.private void
ChunkIteratorImpl32.setRLW
(RunningLengthWord32 rlw) private void
ReverseIntIterator32.setRLW
(RunningLengthWord32 rlw) private void
ClearIntIterator32.setRunningLengthWord
(RunningLengthWord32 rlw) private void
IntIteratorImpl32.setRunningLengthWord
(RunningLengthWord32 rlw) Constructors in com.googlecode.javaewah32 with parameters of type RunningLengthWord32ModifierConstructorDescriptionInstantiates a new buffered running length word.private
EWAHIterator32
(int pointer, RunningLengthWord32 rlw, int size)