Close the iteratori and free all resources. This method can be called more than once, all calls after the first one have no effect. After close() has been called, hasNext() is guaranteed to return false. After close() it is an error the call next(). close will throw a GateRuntimeException in that ca
()
| 37 | * more elements are available. |
| 38 | */ |
| 39 | public void close(); |
| 40 | |
| 41 | } |
no outgoing calls
no test coverage detected