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
Methods in com.googlecode.javaewah.symmetric that return types with arguments of type EWAHPointer Modifier and Type Method Description 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(List<EWAHPointer> container)
append to the list the literal words as EWAHPointer
-