Uses of Interface
com.googlecode.javaewah.Buffer
Packages that use Buffer
-
Uses of Buffer in com.googlecode.javaewah
Classes in com.googlecode.javaewah that implement BufferModifier and TypeClassDescription(package private) final classLong array wrapper.(package private) final classjava.nio.LongBuffer wrapper.Fields in com.googlecode.javaewah declared as BufferModifier and TypeFieldDescriptionprivate final BufferChunkIteratorImpl.bufferprivate final BufferClearIntIterator.buffer(package private) final BufferEWAHCompressedBitmap.bufferThe bufferprivate final BufferIntIteratorImpl.bufferprivate final BufferIteratingBufferedRunningLengthWord.bufferprivate final BufferReverseIntIterator.buffer(package private) final BufferRunningLengthWord.bufferThe array of words.Methods in com.googlecode.javaewah that return BufferModifier and TypeMethodDescriptionEWAHIterator.buffer()Access to the bufferReverseEWAHIterator.buffer()Access to the bufferBuffer.clone()Creates and returns a copy of the bufferMethods in com.googlecode.javaewah with parameters of type BufferModifier and TypeMethodDescriptionvoidBitCounter.addStreamOfLiteralWords(Buffer buffer, int start, int number) virtually add several literal words.voidBitmapStorage.addStreamOfLiteralWords(Buffer buffer, int start, int number) if you have several literal words to copy over, this might be faster.voidEWAHCompressedBitmap.addStreamOfLiteralWords(Buffer buffer, int start, int number) if you have several literal words to copy over, this might be faster.voidNonEmptyVirtualStorage.addStreamOfLiteralWords(Buffer buffer, int start, int number) throws a NonEmptyException exception when number is greater than 0voidBitCounter.addStreamOfNegatedLiteralWords(Buffer buffer, int start, int number) virtually add several negated literal words.voidBitmapStorage.addStreamOfNegatedLiteralWords(Buffer buffer, int start, int number) Like "addStreamOfLiteralWords" but negates the words being added.voidEWAHCompressedBitmap.addStreamOfNegatedLiteralWords(Buffer buffer, int start, int number) Same as addStreamOfLiteralWords, but the words are negated.voidNonEmptyVirtualStorage.addStreamOfNegatedLiteralWords(Buffer buffer, int start, int number) throws a NonEmptyException exception when number is greater than 0(package private) static intRunningLengthWord.getNumberOfLiteralWords(Buffer buffer, int position) (package private) static booleanRunningLengthWord.getRunningBit(Buffer buffer, int position) (package private) static longRunningLengthWord.getRunningLength(Buffer buffer, int position) voidBuffer.negative_push_back(Buffer buffer, int start, int number) Same as push_back, but the words are negated.voidLongArray.negative_push_back(Buffer buffer, int start, int number) voidLongBufferWrapper.negative_push_back(Buffer buffer, int start, int number) voidAppends the specified buffer words to the end of the buffer.voidvoid(package private) static voidRunningLengthWord.setNumberOfLiteralWords(Buffer buffer, int position, long number) (package private) static voidRunningLengthWord.setRunningBit(Buffer buffer, int position, boolean b) (package private) static voidRunningLengthWord.setRunningLength(Buffer buffer, int position, long number) voidSwap the content of the buffer with another.voidvoidConstructors in com.googlecode.javaewah with parameters of type BufferModifierConstructorDescriptionprivateEWAHCompressedBitmap(Buffer buffer) EWAHIterator(Buffer buffer) Instantiates a new EWAH iterator.ReverseEWAHIterator(Buffer buffer) Instantiates a new reverse EWAH iterator.(package private)RunningLengthWord(Buffer buffer, int p) Instantiates a new running length word.