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 uk.ac.susx.tag.method51.core.collections.Histogram.java

public class Histogram implements Iterable<Entry<Double, Integer>> {

    private static final Logger LOG = LoggerFactory.getLogger(Histogram.class);

    final double interval;

From source file forge.game.GameOutcome.java

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

From source file org.gradoop.model.impl.properties.PropertyValueList.java

/**
 * Represents a list of property values.
 */
public class PropertyValueList implements Iterable<PropertyValue>, WritableComparable<PropertyValueList> {

    /**

From source file com.github.reinert.jjschema.v1.CustomSchemaWrapper.java

/**
 * @author Danilo Reinert
 */

public class CustomSchemaWrapper extends SchemaWrapper implements Iterable<PropertyWrapper> {

From source file com.google.api.ads.adwords.keywordoptimizer.KeywordCollection.java

/**
 * Represents a set of keywords with information about their quality ({@link KeywordInfo}) as well
 * as related information in order to evaluate this quality information (
 * {@link AdditionalInfoHolder}). This collections is implemented as a map with {@link Keyword}'s as
 * keys and {@link KeywordInfo}'s as values to eliminate duplicates.
 */

From source file ai.susi.mind.SusiArgument.java

/**
 * An Argument is a series of thoughts, also known as a 'proof' in automated reasoning.
 * Within the Susi AI infrastructure this may be considered as the representation of
 * the short-time memory of thinking inside Susi.
 */
public class SusiArgument implements Iterable<SusiThought> {

From source file org.epnoi.uia.harvester.wikipedia.parse.de.tudarmstadt.ukp.wikipedia.api.PageQueryIterable.java

/**
 * An iterable over page objects selected by a query.
 * @author zesch
 *
 */
public class PageQueryIterable implements Iterable<Page> {

From source file org.synyx.hades.dao.query.Parameters.java

/**
 * Abstracts method parameters that have to be bound to query parameters or
 * applied to the query independently.
 * 
 * @author Oliver Gierke
 */

From source file org.netxilia.spi.impl.storage.db.ddl.schema.DbSchema.java

/**
 * Holds DB schema.
 * 
 * @author catac
 */
public class DbSchema implements Iterable<DbTable> {

From source file org.terasoluna.gfw.common.message.ResultMessages.java

/**
 * Messages which have {@link ResultMessageType} and list of {@link ResultMessage}
 */
public class ResultMessages implements Serializable, Iterable<ResultMessage> {
    /**
     * serial version UID.