public class CollectionIteration<E,X extends Exception> extends CloseableIterationBase<E,X>
Collection of BindingSets.| Modifier and Type | Field and Description |
|---|---|
protected Collection<E> |
collection |
protected Iterator<E> |
iterator |
| Constructor and Description |
|---|
CollectionIteration(Collection<E> collection) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |
close, handleClose, isClosedprotected final Collection<E> collection
public CollectionIteration(Collection<E> collection)
collection - Copyright © 2001-2015 Aduna. All Rights Reserved.