Example usage for java.util Iterator interface-usage

List of usage examples for java.util Iterator interface-usage

Introduction

In this page you can find the example usage for java.util Iterator interface-usage.

Usage

From source file org.bedework.eventreg.bus.CSVOutputter.java

/** Handle CSV output of data
 *
 * @author douglm
 */
public class CSVOutputter extends Logged implements Iterator<String>, Iterable<String> {
    private final Event ev;

From source file PropertiesIterator.java

/**
 * The properties iterator iterates over a set of enumerated properties. The
 * properties are named by an optional prefix plus a number, which is counted up
 * on each iteration: <p/>
 * <ul>
 * <li>prefix_0 </li>

From source file PropertiesIterator.java

/**
 * The properties iterator iterates over a set of enumerated properties. The
 * properties are named by an optional prefix plus a number, which is counted up
 * on each iteration: <p/>
 * <ul>
 * <li>prefix_0 </li>

From source file org.diorite.utils.collections.arrays.ReflectArrayIterator.java

/**
 * Iterator implementation for array based on reflections, perfect if you don't know type of array and it can be a primitive type.
 *
 * @see Array
 */
public class ReflectArrayIterator implements Iterator<Object>, Iterable<Object> {

From source file org.diorite.utils.collections.arrays.primitive.PrimitiveIterator.java

/**
 * Iterator for primitive arrays, it use primitive array but return wrapper types.
 */
public abstract class PrimitiveIterator<WRAPPER, ARRAY> implements Iterator<WRAPPER> {
    /**
     * Primitive array, line int[] etc...

From source file org.apache.nifi.minifi.c2.provider.nifi.rest.TemplatesIterator.java

public class TemplatesIterator implements Iterator<Pair<String, String>>, Closeable {
    public static final String FLOW_TEMPLATES = "/flow/templates";

    private final HttpURLConnection urlConnection;
    private final InputStream inputStream;
    private final JsonParser parser;

From source file org.sonar.server.rule.index.RuleMetadataIterator.java

/**
 * Scrolls over table RULES_METADATA and reads documents to populate the rule extension index type
 */
public class RuleMetadataIterator implements Iterator<RuleExtensionDoc>, AutoCloseable {

    private static final String[] FIELDS = { "r.plugin_name", "r.plugin_rule_key", "rm.organization_uuid",

From source file org.talend.dataprep.api.dataset.json.DataSetRowIterator.java

/**
 * Iterator of dataset row used to Stream DatasetRows from json.
 */
public class DataSetRowIterator implements Iterator<DataSetRow> {

    /** This class' logger. */

From source file com.celements.iterator.DocumentIterator.java

public class DocumentIterator implements Iterator<XWikiDocument>, Iterable<XWikiDocument> {

    private static Log mLogger = LogFactory.getFactory().getInstance(XObjectIterator.class);

    private List<String> _docList;
    private XWikiContext _context;

From source file com.google.code.fuzzops.webfuzzer.applet.IteratorChain.java

/**
 * An IteratorChain is an Iterator that wraps a number of Iterators.
 * <p>
 * This class makes multiple iterators look like one to the caller
 * When any method from the Iterator interface is called, the IteratorChain
 * will delegate to a single underlying Iterator. The IteratorChain will