A
- the actual type of AmetysObject
spublic class IdCollectionIterable<A extends AmetysObject> extends Object implements AmetysObjectIterable<A>
AmetysObjectIterable
based on a Collection
of AmetysObject IDs.
The AmetysObjects are resolved when next() is called.Modifier and Type | Class and Description |
---|---|
(package private) class |
IdCollectionIterable.IdIterator |
Modifier and Type | Field and Description |
---|---|
private Collection<String> |
_ids |
(package private) AmetysObjectResolver |
_resolver |
Constructor and Description |
---|
IdCollectionIterable(AmetysObjectResolver resolver,
Collection<String> ids)
Creates a
IdCollectionIterable . |
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the associated resources.
An AmetysObjectIterable must NOT be closed if any of the contained AmetysObject is still in use. |
long |
getSize()
Returns the number of elements in this iterable.
|
AmetysObjectIterator<A> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
spliterator, stream
AmetysObjectResolver _resolver
private Collection<String> _ids
public IdCollectionIterable(AmetysObjectResolver resolver, Collection<String> ids)
IdCollectionIterable
.resolver
- The AmetysObject resolver.ids
- the AmetysObject
s collectionpublic long getSize()
AmetysObjectIterable
getSize
in interface AmetysObjectIterable<A extends AmetysObject>
public AmetysObjectIterator<A> iterator()
iterator
in interface Iterable<A extends AmetysObject>
iterator
in interface AmetysObjectIterable<A extends AmetysObject>
public void close()
AmetysObjectIterable
AmetysObjectIterable
must NOT be closed if any of the contained AmetysObject
is still in use.close
in interface Closeable
close
in interface AutoCloseable
close
in interface AmetysObjectIterable<A extends AmetysObject>