Uses of Class
com.googlecode.javaewah.BufferedRunningLengthWord
-
Packages that use BufferedRunningLengthWord Package Description com.googlecode.javaewah -
-
Uses of BufferedRunningLengthWord in com.googlecode.javaewah
Fields in com.googlecode.javaewah declared as BufferedRunningLengthWord Modifier and Type Field Description private BufferedRunningLengthWord
IteratingBufferedRunningLengthWord. brlw
Methods in com.googlecode.javaewah that return BufferedRunningLengthWord Modifier and Type Method Description BufferedRunningLengthWord
BufferedRunningLengthWord. clone()
Methods in com.googlecode.javaewah with parameters of type BufferedRunningLengthWord Modifier and Type Method Description private static void
IteratingBufferedRunningLengthWord. discharge(BufferedRunningLengthWord initialWord, EWAHIterator iterator, BitmapStorage container)
For internal use.
-