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.
-
Method Summary
Methods inherited from interface CloseableIterator
close, stream, toListMethods inherited from interface Iterable
forEach, iterator, spliteratorMethods inherited from interface Iterator
forEachRemaining, hasNext, next, remove