public interface

CloseableIterator

implements Closeable Iterator<E>
com.atlassian.jira.util.collect.CloseableIterator<E>
Known Indirect Subclasses

Class Overview

For iterators that need to be closed after use. All CloseableIterators should be unmodifiable and throw exceptions if the remove() method is called.

Summary

Nested Classes
class CloseableIterator.Functions  
class CloseableIterator.ListResolver<T> Utility class for transforming a EnclosedIterable into a List. 
[Expand]
Inherited Fields
From interface com.atlassian.jira.util.Closeable
Public Methods
void remove()
Unsupported operation.
[Expand]
Inherited Methods
From interface com.atlassian.jira.util.Closeable
From interface java.io.Closeable
From interface java.lang.AutoCloseable
From interface java.util.Iterator

Public Methods

public void remove ()

Unsupported operation.