List of usage examples for java.lang Iterable interface-usage
From source file org.apache.tinkerpop.gremlin.hadoop.structure.HadoopConfiguration.java
/** * @author Marko A. Rodriguez (http://markorodriguez.com) */ public final class HadoopConfiguration extends AbstractConfiguration implements Serializable, Iterable { private final Map<String, Object> properties = new HashMap<>();
From source file com.github.fge.jackson.jsonpointer.TreePointer.java
/**
* A pointer into a {@link TreeNode}
*
* <p>Note that all pointers are <b>absolute</b>: they start from the root of
* the tree. This is to mirror the behaviour of JSON Pointer proper.</p>
*
From source file org.loklak.android.data.Timeline.java
public class Timeline implements Iterable<MessageEntry> { public static enum Order { CREATED_AT("date"), RETWEET_COUNT("long"), FAVOURITES_COUNT("long"); String field_type;
From source file com.jaeksoft.searchlib.spellcheck.SpellCheck.java
public class SpellCheck implements Iterable<SpellCheckItem> { private List<SpellCheckItem> spellCheckItems; private String fieldName;
From source file org.springframework.boot.devtools.restart.ChangeableUrls.java
/**
* A filtered collection of URLs which can change after the application has started.
*
* @author Phillip Webb
* @author Andy Wilkinson
*/
From source file org.springframework.hateoas.VndErrors.java
/**
* A representation model class to be rendered as specified for the media type {@code application/vnd.error}.
*
* @see https://github.com/blongden/vnd.error
* @author Oliver Gierke
*/
From source file com.lucure.core.security.Authorizations.java
/** * A collection of authorization strings. */ public class Authorizations implements Iterable<byte[]>, Serializable, AuthorizationContainer { private static final long serialVersionUID = 1L;
From source file org.netxilia.spi.impl.storage.db.ddl.schema.DbTable.java
/** * Hold all columns in a table. * * @author catac */ public class DbTable implements Iterable<DbColumn> {
From source file org.gbif.dwc.text.ArchiveFile.java
/**
* This class can be used to encapsulate information about a file contained within a Darwin Core Archive. It generally
* represents the fileType object described in the Darwin Core Archive XSD.
*
* @see <a href="http://rs.tdwg.org/dwc/text/tdwg_dwc_text.xsd">Darwin Core Archive XSD</a>
*/
From source file org.polymap.core.data.feature.typeeditor.FeatureTypeMapping.java
/**
*
* @see FeatureTypeEditorProcessor
* @author <a href="http://www.polymap.de">Falko Braeutigam</a>
* @version POLYMAP3 ($Revision$)
* @since 3.0