Uses of Class
com.googlecode.javaewah.symmetric.EWAHPointer
-
Packages that use EWAHPointer Package Description com.googlecode.javaewah.symmetric -
-
Uses of EWAHPointer in com.googlecode.javaewah.symmetric
Fields in com.googlecode.javaewah.symmetric declared as EWAHPointer Modifier and Type Field Description (package private) EWAHPointer[]
UpdateableBitmapFunction. rw
Methods in com.googlecode.javaewah.symmetric that return types with arguments of type EWAHPointer Modifier and Type Method Description java.lang.Iterable<EWAHPointer>
UpdateableBitmapFunction. getLiterals()
Goes through the literals.Methods in com.googlecode.javaewah.symmetric with parameters of type EWAHPointer Modifier and Type Method Description int
EWAHPointer. compareTo(EWAHPointer other)
Method parameters in com.googlecode.javaewah.symmetric with type arguments of type EWAHPointer Modifier and Type Method Description void
UpdateableBitmapFunction. fillWithLiterals(java.util.List<EWAHPointer> container)
append to the list the literal words as EWAHPointer
-