Uses of Class
org.apache.maven.index.reader.ChunkReader
-
Packages that use ChunkReader Package Description org.apache.maven.index.reader -
-
Uses of ChunkReader in org.apache.maven.index.reader
Methods in org.apache.maven.index.reader that return types with arguments of type ChunkReader Modifier and Type Method Description java.util.Iterator<ChunkReader>IndexReader. iterator()Returns anIteratorofChunkReaders, that if read in sequence, provide all the (incremental) updates from the index.
-