List of usage examples for java.lang Iterable interface-usage
From source file com.bullmobi.base.content.SharedList.java
/**
* Simple list which automatically saves items to private storage and restores on initialize.
* This may be useful for implementing blacklists or something fun.
*
* @author Artem Chepurnoy
*/
From source file net.sf.nmedit.jpatch.ModuleDescriptions.java
public class ModuleDescriptions implements Iterable<PModuleDescriptor> { private PSignalTypes signalTypes; private Map<String, PTypes<PType>> types = new HashMap<String, PTypes<PType>>(); private Map<Object, PModuleDescriptor> moduleMap = new HashMap<Object, PModuleDescriptor>(127); private ClassLoader loader;
From source file org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner.java
/**
* The {@link GemFireComponentClassTypeScanner} class is a classpath component scanner used to search
* for GemFire components based on {@link Class} type.
*
* @author John Blum
* @see java.lang.Iterable
From source file org.polymap.core.data.feature.recordstore.RFeatureCollection.java
/**
* A {@link FeatureCollection} returned from {@link RFeatureStore} as a result
* of a query.
* <p/>
* Does not support manipulation methods.
*
From source file org.javafunk.funk.monads.Option.java
/**
* The {@code Option<T>} class is a base class for implementations of the option monad.
* The option monad represents the presence or absence of a value of some type. An option
* with a value is represented by the {@code Some<T>} subclass and an option with no value
* is represented by the {@code None<T>} subclass. For a more mathematical description of the
* option monad, see the
From source file com.martinkampjensen.thesis.util.gromacs.EnergyExtractor.java
/**
* Extracts energy values from GROMACS energy files (.edr files). The
* correctness of this implementation has been tested using GROMACS 4.5.4.
* <p>
* Note that this implementation is not synchronized.
*
From source file org.limewire.setting.SettingsFactory.java
/**
* Coordinates the creating, storing and reloading of persistent data to and
* from disk for {@link AbstractSetting} objects. Each <code>Setting</code> creation
* method takes the name of the key and the default value, and all settings
* are typed. Since duplicate keys aren't allowed, you must choose a unique
* string for your setting key name, otherwise an exception,
From source file org.echocat.adam.profile.GroupProvider.java
public class GroupProvider implements Iterable<Group> { private static final Logger LOG = LoggerFactory.getLogger(GroupProvider.class); @Nonnull private final Map<Iterable<org.echocat.adam.configuration.profile.Group>, Iterable<Group>> _cache = synchronizedMap(
From source file microsoft.exchange.webservices.data.property.complex.ItemCollection.java
/**
* Represents a collection of item.
*
* @param <TItem> the generic type. The type of item the collection contains.
*/
@EditorBrowsable(state = EditorBrowsableState.Never)
From source file org.moeaframework.analysis.sensitivity.ResultFileReader.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