List of usage examples for java.lang Iterable interface-usage
From source file org.bhave.sweeper.CombinedParameterSweep.java
/**
* A parameter space is a Parameter sweep for aggregated {@link ParameterSweep}
* objects. It provides an {@link Iterable} structure that can be used to
* retrieve all the possible configurations given a list of parameter sweeps.
*
* <p>
From source file com.github.jferard.pgloaderutils.sniffer.csd.CSDValidationResult.java
/** * A CSDValidationResult is composed of CSDValidationErrors. */ public class CSDValidationResult<F extends CSDFieldPattern> implements Iterable<CSDValidationError> { private final List<CSDValidationError> errors; private Logger logger;
From source file com.opengamma.id.ExternalIdBundleWithDates.java
/**
* A bundle of external identifiers with validity dates.
* <p>
* This is similar to {@link ExternalIdBundle} but permits each external identifier
* to be limited by validity dates.
* <p>
From source file org.trend.hgraph.EdgeIterable.java
/** * @author scott_miao * */ public class EdgeIterable implements Iterable<com.tinkerpop.blueprints.Edge> {
From source file org.trend.hgraph.VertexIterable.java
/** * @author scott_miao * */ public class VertexIterable implements Iterable<com.tinkerpop.blueprints.Vertex> {
From source file org.eclipse.smila.blackboard.path.Path.java
/** * String format of attribute path is "attributeName1@index1/attributeName2@index2/...". the specification of index is * optional and defaults to 0. if the index refers to a literal or a sub-object depends on methods getting the argument */ public class Path implements Serializable, Iterable<PathStep> {
From source file org.apache.jena.atlas.csv.CSVParser.java
/** * Wrapper for Commons CSV parser. */ public class CSVParser implements Iterable<List<String>> { private final org.apache.commons.csv.CSVParser parser; private final Iterator<CSVRecord> iterator;
From source file com.basetechnology.s0.agentserver.notification.NotificationHistory.java
public class NotificationHistory implements Iterable<NotificationRecord> { public final static int MAX_HISTORY_RECORDS = 100; public int maxHistoryRecords; public int sequenceNumber; public List<NotificationRecord> notificationHistory;
From source file org.apache.drill.jdbc.StorageEngines.java
public class StorageEngines implements Iterable<Map.Entry<String, StorageEngineConfig>> { private Map<String, StorageEngineConfig> storage; @JsonCreator public StorageEngines(@JsonProperty("storage") Map<String, StorageEngineConfig> storage) {
From source file com.day.cq.wcm.foundation.Navigation.java
/**
* Provides a generic utility class that can be used to draw a navigation.
* It specifically does this by providing an iterator over navigation elements.
* <p/>
* A navigation element reflects a page and can have different {@link Element.Type}s.
* Note that the same page might be returned 4 times for the different element