MCPcopy Create free account
hub / github.com/awelm/simpledb / close

Method close

src/simpledb/DbIterator.java:53–53  ·  view source on GitHub ↗

Closes the iterator. When the iterator is closed, calling next(), hasNext(), or rewind() should fail by throwing IllegalStateException.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

testIteratorMethod · 0.95
testIteratorMethod · 0.95
mainMethod · 0.95
readFileBytesMethod · 0.65
matchTuplesMethod · 0.65
closeMethod · 0.65
closeMethod · 0.65
convertMethod · 0.65
closeMethod · 0.65
createEmptyHeapFileMethod · 0.65
HeapPageMethod · 0.65
closeMethod · 0.65

Implementers 5

MockScantest/simpledb/TestUtil.java
TupleIteratorsrc/simpledb/TupleIterator.java
SeqScansrc/simpledb/SeqScan.java
TupleArrayIteratorsrc/simpledb/Parser.java
AbstractDbIteratorsrc/simpledb/AbstractDbIterator.java

Calls

no outgoing calls

Tested by 4

testIteratorMethod · 0.76
testIteratorMethod · 0.76
readFileBytesMethod · 0.52
matchTuplesMethod · 0.52