MCPcopy Create free account
hub / github.com/GateNLP/gate-core / close

Method close

src/main/java/gate/util/ClosableIterator.java:39–39  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

37 * more elements are available.
38 */
39 public void close();
40
41}

Callers 15

actionPerformedMethod · 0.65
actionPerformedMethod · 0.65
actionPerformedMethod · 0.65
runMethod · 0.65
actionPerformedMethod · 0.65
createMethod · 0.65
openMethod · 0.65
syncMethod · 0.65
getLrMethod · 0.65
closeMethod · 0.65
setIndexerMethod · 0.65
runMethod · 0.65

Implementers 15

IndexSearchersrc/main/java/gate/creole/annic/apache
RAMInputStreamsrc/main/java/gate/creole/annic/apache
FSDirectorysrc/main/java/gate/creole/annic/apache
FSInputStreamsrc/main/java/gate/creole/annic/apache
FSOutputStreamsrc/main/java/gate/creole/annic/apache
InputStreamsrc/main/java/gate/creole/annic/apache
RAMOutputStreamsrc/main/java/gate/creole/annic/apache
RAMDirectorysrc/main/java/gate/creole/annic/apache
Directorysrc/main/java/gate/creole/annic/apache
OutputStreamsrc/main/java/gate/creole/annic/apache
Tokenizersrc/main/java/gate/creole/annic/apache
TokenStreamsrc/main/java/gate/creole/annic/apache

Calls

no outgoing calls

Tested by

no test coverage detected