Interface AmetysObjectIterable<A extends AmetysObject>

Type Parameters:
A - the actual type of AmetysObjects.
All Superinterfaces:
AutoCloseable, Closeable, Iterable<A>
All Known Implementing Classes:
ChainedAmetysObjectIterable, CollatingUniqueAmetysObjectIterable, CollectionIterable, EmptyIterable, IdCollectionIterable, NodeIteratorIterable, UniqueChainedAmetysObjectIterable

public interface AmetysObjectIterable<A extends AmetysObject> extends Iterable<A>, Closeable
Allows iteration through AmetysObjects.
It implements Iterable, allowing foreach statements.