Uses of Class
com.googlecode.javaewah32.RunningLengthWord32
-
Packages that use RunningLengthWord32 Package Description com.googlecode.javaewah32 -
-
Uses of RunningLengthWord32 in com.googlecode.javaewah32
Fields in com.googlecode.javaewah32 declared as RunningLengthWord32 Modifier and Type Field Description private RunningLengthWord32EWAHCompressedBitmap32. rlwThe current (last) running length word.(package private) RunningLengthWord32EWAHIterator32. rlwThe current running length word.protected RunningLengthWord32ReverseEWAHIterator32. rlwThe current running length word.Methods in com.googlecode.javaewah32 that return RunningLengthWord32 Modifier and Type Method Description RunningLengthWord32RunningLengthWord32. clone()RunningLengthWord32EWAHIterator32. next()Next running length word.private RunningLengthWord32ChunkIteratorImpl32. nextRLW()RunningLengthWord32ReverseEWAHIterator32. previous()Previous running length word.Methods in com.googlecode.javaewah32 with parameters of type RunningLengthWord32 Modifier and Type Method Description voidBufferedRunningLengthWord32. 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 voidChunkIteratorImpl32. setRLW(RunningLengthWord32 rlw)private voidReverseIntIterator32. setRLW(RunningLengthWord32 rlw)private voidClearIntIterator32. setRunningLengthWord(RunningLengthWord32 rlw)private voidIntIteratorImpl32. setRunningLengthWord(RunningLengthWord32 rlw)Constructors in com.googlecode.javaewah32 with parameters of type RunningLengthWord32 Constructor Description BufferedRunningLengthWord32(RunningLengthWord32 rlw)Instantiates a new buffered running length word.EWAHIterator32(int pointer, RunningLengthWord32 rlw, int size)
-