Class CollectionIterable<A extends AmetysObject>

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

public class CollectionIterable<A extends AmetysObject> extends Object implements AmetysObjectIterable<A>
Basic implementation of an AmetysObjectIterable based on an existing Collection.