T - public interface ClosableIterator<T> extends Iterator<T>
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the iteratori and free all resources.
|
forEachRemaining, hasNext, next, removevoid close()
Copyright © 2024 GATE. All rights reserved.