public interface CloseableIterator<E> extends Iterator<E>, Closeable
remove()
method is called.Modifier and Type | Interface and Description |
---|---|
static class |
CloseableIterator.Functions |
static class |
CloseableIterator.ListResolver<T>
Utility class for transforming a
EnclosedIterable into a List . |
Modifier and Type | Method and Description |
---|---|
void |
remove()
Unsupported operation.
|
forEachRemaining, hasNext, next
void remove()
remove
in interface Iterator<E>
UnsupportedOperationException
- alwaysCopyright © 2002-2015 Atlassian. All Rights Reserved.