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