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.serotonin.bacnet4j.type.constructed.SequenceOf.java

public class SequenceOf<E extends Encodable> extends BaseType implements Iterable<E> {
    private static final long serialVersionUID = -5118339248636778224L;
    private final List<E> values;

    public SequenceOf() {
        values = new ArrayList<E>();

From source file org.echocat.jomon.net.http.browsers.BrowserDefinitionParser.java

/**
 * <p> This will return a {@link Rows PlainBrowserDefinitions} which implements {@link CloseableIterator} to iterate over all
 * {@link Row PlainBrowserDefinition} entries.</p>
 *
 * <p>If the {@link #iterator()} method is called it tries to load the latest browser definitions from the url given by
 * {@link #BrowserDefinitionParser(URL)}.</p>

From source file org.apache.rya.indexing.KeyParts.java

/**
 * Store and format the various temporal index keys.
 * Row Keys are in these two forms, where [x] denotes x is optional:
 *       rowkey = contraintPrefix datetime
 *       rowkey = datetime 0x/00 uniquesuffix
 *       contraintPrefix = 0x/00 hash([subject][predicate])

From source file com.wrmsr.wava.basic.BasicSet.java

@Immutable
public final class BasicSet implements Iterable<Name> {
    private final ImMap<Name, Basic> basics;
    private final ImMap<Name, ImSet<Name>> inputs;

    private BasicSet(ImMap<Name, Basic> basics, ImMap<Name, ImSet<Name>> inputs) {

From source file org.echocat.locela.api.java.format.MessageFormatter.java

@ThreadSafe
public class MessageFormatter extends FormatterSupport implements Iterable<Formatter> {

    protected static final ThreadLocal<Value<Object>> CALLED_VALUE = new ThreadLocal<>();

    protected static void formatInternal(@Nonnull Locale locale, @Nonnull String pattern, @Nullable Object value,

From source file hudson.scm.ChangeLogSet.java

/**
 * Represents SCM change list.
 * <p/>
 * <p/>
 * Use the "index" view of this object to render the changeset detail page,
 * and use the "digest" view of this object to render the summary page.

From source file edu.oregonstate.eecs.mcplan.JointAction.java

/**
 * @author jhostetler
 *
 */
public final class JointAction<A extends VirtualConstructor<A>>
        implements VirtualConstructor<JointAction<A>>, Iterable<A> {

From source file org.apache.hadoop.hbase.quotas.QuotaRetriever.java

/**
 * Scanner to iterate over the quota settings.
 */
@InterfaceAudience.Public
@InterfaceStability.Evolving
public class QuotaRetriever implements Closeable, Iterable<QuotaSettings> {

From source file edu.cornell.med.icb.goby.alignments.AbstractAlignmentReader.java

/**
 * Abstract class for reading Goby compact alignments.
 *
 * @author Fabien Campagne
 *         Date: May 20, 2009
 *         Time: 6:23:26 PM

From source file mvm.rya.indexing.KeyParts.java

/**
 * Store and format the various temporal index keys.
 * Row Keys are in these two forms, where [x] denotes x is optional:
 *       rowkey = contraintPrefix datetime
 *       rowkey = datetime 0x/00 uniquesuffix
 *       contraintPrefix = 0x/00 hash([subject][predicate])