Example usage for java.lang Iterable interface-usage

List of usage examples for java.lang Iterable interface-usage

Introduction

In this page you can find the example usage for java.lang Iterable interface-usage.

Usage

From source file com.ebay.erl.mobius.core.collection.BigTupleList.java

/**
 * Stores one to many {@link Tuple} elements.
 * <p>
 * 
 * By default, the tuples are stored in memory,
 * but if the memory is insufficient, the tuples 

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 org.intermine.webservice.client.lists.ItemList.java

/**
 * A representation of a list of objects stored on the server.
 *
 * The object is not meant to be directly instantiated nor modified. Rather it
 * should be retrieved from the originating web-service, and only modified through
 * the available methods (appending new items, and renaming the list).

From source file net.librec.conf.Configuration.java

/**
 * Provides access to configuration parameters.
 *
 * <h3 id="Resources">Resources</h3>
 * <p>
 * Configurations are specified by resources. A resource contains a set of

From source file org.apache.tez.common.counters.AbstractCounters.java

/**
 * An abstract class to provide common implementation for the Counters
 * container in both mapred and mapreduce packages.
 *
 * @param <C> type of counter inside the counters
 * @param <G> type of group inside the counters

From source file org.osframework.contract.date.fincal.definition.FinancialCalendar.java

/**
 * Holiday calendar definition for a particular financial market. An instance of
 * this class is an iterable collection of <code>HolidayDefinition</code>s
 * representing the financial ("bank") holidays observed in the associated
 * market's country or economic zone.
 * <p>

From source file hudson.util.PersistedList.java

/**
 * Collection whose change is notified to the parent object for persistence.
 *
 * @author Kohsuke Kawaguchi
 * @since 1.MULTISOURCE
 */

From source file fr.amap.lidar.format.jleica.GriddedPointScan.java

/**
 * <p>This abstract class can be used by subclasses who need to handle gridded point scan files.</p>
 * <p>The subclass should implements iterator and file opening.</p>
 * @author Julien Heurtebize
 */
public abstract class GriddedPointScan implements Iterable<LPoint> {

From source file forge.game.mana.ManaPool.java

/**
 * <p>
 * ManaPool class.
 * </p>
 * 
 * @author Forge

From source file hudson.model.RunMap.java

/**
 * {@link Map} from build number to {@link Run}.
 *
 * <p>
 * This class is multi-thread safe by using copy-on-write technique,
 * and it also updates the bi-directional links within {@link Run}