Interface CloseableTribbleIterator<T extends Feature>

Type Parameters:
T - the feature type
All Superinterfaces:
AutoCloseable, Closeable, CloseableIterator<T>, Iterable<T>, Iterator<T>

public interface CloseableTribbleIterator<T extends Feature> extends CloseableIterator<T>, Iterable<T>
The basic iterator we use in Tribble, which allows closing and basic iteration.