Class IdCollectionIterable<A extends AmetysObject>

java.lang.Object
org.ametys.plugins.repository.IdCollectionIterable<A>
Type Parameters:
A - the actual type of AmetysObjects
All Implemented Interfaces:
Closeable, AutoCloseable, Iterable<A>, AmetysObjectIterable<A>

public class IdCollectionIterable<A extends AmetysObject> extends Object implements AmetysObjectIterable<A>
Implementation of an AmetysObjectIterable based on a Collection of AmetysObject IDs. The AmetysObjects are resolved when next() is called.