List of usage examples for java.util Iterator interface-usage
From source file org.cloudata.core.tabletserver.ValueCollection.java
/**
* Cell.Key? ? ? .
* ? Cell.Key? ? value ?.
* ??? value timestamp timestamp desc ? ?.
* ??? ? ? ?? ?.
* @author babokim
From source file org.moeaframework.analysis.sensitivity.ResultFileReader.java
/**
* Reads result files created by {@link ResultFileWriter}. See the documentation
* for {@code ResultWriter} for a description of the file format.
* <p>
* This reader is expected to gracefully recover from incomplete or improperly
* formatted files. Unless a serious I/O error occurred, this reader will
From source file PSOResultFileReader.java
/**
* Reads result files created by {@link ResultFileWriter}. See the documentation
* for {@code ResultWriter} for a description of the file format.
* <p>
* This reader is expected to gracefully recover from incomplete or improperly
* formatted files. Unless a serious I/O error occurred, this reader will
From source file com.bah.culvert.adapter.RemotingIterator.java
/** * Used to perform a remote parallel fetch. */ class RemotingIterator implements Iterator<Result> { @SuppressWarnings("unused")
From source file edu.cornell.med.icb.goby.reads.ReadsReader.java
/**
* Reads sequences in the compact format from a stream produced with MessageChunkWriter.
*
* @author Fabien Campagne
* Date: Apr 24, 2009
* Time: 6:44:29 PM
From source file com.xpn.xwiki.internal.plugin.rightsmanager.UserIterator.java
/**
* Iterates over all the users found in the passed references (which can be references to groups or to users) and
* return extracted data from the User for each found user (the extracted data is controlled by the passed
* {@link UserDataExtractor}. Handles nested groups.
*
* @param <T> the type of data returned by the iterator when {@link #next()} is called
From source file org.sindice.siren.index.Indexing.java
/**
* Index a list of entities, creating incoming, outgoing triples fields, subject
* and type fields. The type field is a grouping of the rdf:type objects for this
* entity.<br>
* Outgoing triples are stored as n-tuples where a predicate has all its related
* values.
From source file com.act.biointerpretation.l2expansion.ValidReactionSubstratesIterator.java
/**
* This class iterates over all reactions in a MongoDB that contain only valid InChIs as substrates or products,
* returning the substrates of each such reaction. This should limit the set of returned reactions to only those that
* are eligible for mechanistic validation.
*
* TODO: generalize this to iterate over reactions in addition to just substrates.
From source file org.apache.hadoop.hbase.replication.regionserver.WALEntryStream.java
/**
* Streaming access to WAL entries. This class is given a queue of WAL {@link Path}, and continually
* iterates through all the WAL {@link Entry} in the queue. When it's done reading from a Path, it
* dequeues it and starts reading from the next.
*/
@InterfaceAudience.Private
From source file iDynoOptimizer.MOEAFramework26.src.org.moeaframework.analysis.sensitivity.ResultFileReader.java
/**
* Reads result files created by {@link ResultFileWriter}. See the documentation
* for {@code ResultWriter} for a description of the file format.
* <p>
* This reader is expected to gracefully recover from incomplete or improperly
* formatted files. Unless a serious I/O error occurred, this reader will