public abstract class OracleCommonIteratorImpl extends Object implements Closeable
Modifier and Type | Method and Description |
---|---|
abstract void |
close()
Closes the iterator
|
boolean |
hasNext()
Return true if there are one or more elements in this iterator.
|
void |
remove()
Removes from the underlying collection the last element returned by this iterator
|
void |
setGracefulTimeout(boolean gracefulTimeout)
Sets a flag for best effort query.
|
public abstract void close()
close
in interface Closeable
close
in interface AutoCloseable
public boolean hasNext()
public void remove()
public void setGracefulTimeout(boolean gracefulTimeout)
Copyright © 2016 Oracle and/or its afflilates. All Rights Reserved.