|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CloseableIterator<E>
For iterators that need to be closed after use. All CloseableIterators should be unmodifiable and throw exceptions if
the remove() method is called.
| Nested Class Summary | |
|---|---|
static class |
CloseableIterator.Functions
|
static class |
CloseableIterator.ListResolver<T>
Utility class for transforming a EnclosedIterable into a List. |
| Field Summary |
|---|
| Fields inherited from interface com.atlassian.jira.util.Closeable |
|---|
CLOSE |
| Method Summary | |
|---|---|
void |
remove()
Unsupported operation. |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext, next |
| Methods inherited from interface com.atlassian.jira.util.Closeable |
|---|
close |
| Method Detail |
|---|
void remove()
remove in interface Iterator<E>UnsupportedOperationException - always
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||