void close(
Iterator<E> it
)
Close an
Iterator
associated with this Extent
instance. Iterator
s closed by this method will return false
to hasNext()
and will throw NoSuchElementException
on next()
. The Extent
instance can still be used as a parameter of Query.setExtent
, and to get an Iterator
. - Parameters:
it
- anIterator
obtained by the methoditerator()
on thisExtent
instance.
- Since:
- JDO 1.0