Uses of Interface
com.googlecode.javaewah.ChunkIterator
-
Packages that use ChunkIterator Package Description com.googlecode.javaewah com.googlecode.javaewah32 -
-
Uses of ChunkIterator in com.googlecode.javaewah
Classes in com.googlecode.javaewah that implement ChunkIterator Modifier and Type Class Description (package private) class
ChunkIteratorImpl
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 ChunkIterator Modifier and Type Method Description ChunkIterator
EWAHCompressedBitmap. chunkIterator()
Iterator over the chunk of bits. -
Uses of ChunkIterator in com.googlecode.javaewah32
Classes in com.googlecode.javaewah32 that implement ChunkIterator Modifier and Type Class Description (package private) class
ChunkIteratorImpl32
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 ChunkIterator Modifier and Type Method Description ChunkIterator
EWAHCompressedBitmap32. chunkIterator()
Iterator over the chunk of bits.
-