Uses of Interface
com.googlecode.javaewah32.Buffer32
Packages that use Buffer32
-
Uses of Buffer32 in com.googlecode.javaewah32
Classes in com.googlecode.javaewah32 that implement Buffer32Modifier and TypeClassDescription(package private) classInt array wrapper.(package private) final classjava.nio.IntBuffer wrapper.Fields in com.googlecode.javaewah32 declared as Buffer32Modifier and TypeFieldDescriptionprivate final Buffer32ChunkIteratorImpl32.bufferprivate final Buffer32ClearIntIterator32.buffer(package private) final Buffer32EWAHCompressedBitmap32.bufferThe bufferprivate final Buffer32IntIteratorImpl32.bufferprivate final Buffer32IteratingBufferedRunningLengthWord32.bufferprivate final Buffer32ReverseIntIterator32.buffer(package private) final Buffer32RunningLengthWord32.bufferThe array of words.Methods in com.googlecode.javaewah32 that return Buffer32Modifier and TypeMethodDescriptionEWAHIterator32.buffer()Access to the bufferReverseEWAHIterator32.buffer()Access to the bufferBuffer32.clone()Creates and returns a copy of the bufferMethods in com.googlecode.javaewah32 with parameters of type Buffer32Modifier and TypeMethodDescriptionvoidBitCounter32.addStreamOfLiteralWords(Buffer32 buffer, int start, int number) virtually add several literal words.voidBitmapStorage32.addStreamOfLiteralWords(Buffer32 buffer, int start, int number) if you have several literal words to copy over, this might be faster.voidEWAHCompressedBitmap32.addStreamOfLiteralWords(Buffer32 buffer, int start, int number) if you have several literal words to copy over, this might be faster.voidNonEmptyVirtualStorage32.addStreamOfLiteralWords(Buffer32 buffer, int start, int number) throws a NonEmptyException exception when number is greater than 0voidBitCounter32.addStreamOfNegatedLiteralWords(Buffer32 buffer, int start, int number) virtually add several negated literal words.voidBitmapStorage32.addStreamOfNegatedLiteralWords(Buffer32 buffer, int start, int number) Like "addStreamOfLiteralWords" but negates the words being added.voidEWAHCompressedBitmap32.addStreamOfNegatedLiteralWords(Buffer32 buffer, int start, int number) Same as addStreamOfLiteralWords, but the words are negated.voidNonEmptyVirtualStorage32.addStreamOfNegatedLiteralWords(Buffer32 buffer, int start, int number) throws a NonEmptyException exception when number is greater than 0(package private) static intRunningLengthWord32.getNumberOfLiteralWords(Buffer32 buffer, int position) (package private) static booleanRunningLengthWord32.getRunningBit(Buffer32 buffer, int position) (package private) static intRunningLengthWord32.getRunningLength(Buffer32 buffer, int position) voidBuffer32.negative_push_back(Buffer32 buffer, int start, int number) Same as push_back, but the words are negated.voidIntArray.negative_push_back(Buffer32 buffer, int start, int number) voidIntBufferWrapper.negative_push_back(Buffer32 buffer, int start, int number) voidAppends the specified buffer words to the end of the buffer.voidvoid(package private) static voidRunningLengthWord32.setNumberOfLiteralWords(Buffer32 buffer, int position, int number) (package private) static voidRunningLengthWord32.setRunningBit(Buffer32 buffer, int position, boolean b) (package private) static voidRunningLengthWord32.setRunningLength(Buffer32 buffer, int position, int number) voidSwap the content of the buffer with another.voidvoidConstructors in com.googlecode.javaewah32 with parameters of type Buffer32ModifierConstructorDescriptionprivateEWAHCompressedBitmap32(Buffer32 buffer) EWAHIterator32(Buffer32 buffer) Instantiates a new eWAH iterator.ReverseEWAHIterator32(Buffer32 buffer) Instantiates a new reverse EWAH iterator.(package private)RunningLengthWord32(Buffer32 buffer, int p) Instantiates a new running length word.