Uses of Class
com.googlecode.javaewah32.IteratingBufferedRunningLengthWord32
-
Packages that use IteratingBufferedRunningLengthWord32 Package Description com.googlecode.javaewah32 com.googlecode.javaewah32.symmetric -
-
Uses of IteratingBufferedRunningLengthWord32 in com.googlecode.javaewah32
Methods in com.googlecode.javaewah32 that return IteratingBufferedRunningLengthWord32 Modifier and Type Method Description IteratingBufferedRunningLengthWord32
IteratingBufferedRunningLengthWord32. clone()
-
Uses of IteratingBufferedRunningLengthWord32 in com.googlecode.javaewah32.symmetric
Fields in com.googlecode.javaewah32.symmetric declared as IteratingBufferedRunningLengthWord32 Modifier and Type Field Description IteratingBufferedRunningLengthWord32
EWAHPointer32. iterator
Underlying iteratorConstructors in com.googlecode.javaewah32.symmetric with parameters of type IteratingBufferedRunningLengthWord32 Constructor Description EWAHPointer32(int previousEndRun, IteratingBufferedRunningLengthWord32 rw, int pos)
Construct a pointer over an IteratingBufferedRunningLengthWord.
-