Uses of Interface
com.googlecode.javaewah.ChunkIterator
Packages that use ChunkIterator
-
Uses of ChunkIterator in com.googlecode.javaewah
Classes in com.googlecode.javaewah that implement ChunkIteratorModifier and TypeClassDescription(package private) final class
The ChunkIteratorImpl is the 64 bit implementation of the ChunkIterator interface, which efficiently returns the chunks of ones and zeros represented by an EWAHIterator.Methods in com.googlecode.javaewah that return ChunkIteratorModifier and TypeMethodDescriptionEWAHCompressedBitmap.chunkIterator()
Iterator over the chunk of bits. -
Uses of ChunkIterator in com.googlecode.javaewah32
Classes in com.googlecode.javaewah32 that implement ChunkIteratorModifier and TypeClassDescription(package private) final class
The ChunkIteratorImpl is the 32 bit implementation of the ChunkIterator interface, which efficiently returns the chunks of ones and zeros represented by an EWAHIterator.Methods in com.googlecode.javaewah32 that return ChunkIteratorModifier and TypeMethodDescriptionEWAHCompressedBitmap32.chunkIterator()
Iterator over the chunk of bits.