public abstract class OracleCommonIteratorImpl extends Object implements Closeable
Modifier and Type | Method and Description |
---|---|
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 boolean hasNext()
public void remove()
public void setGracefulTimeout(boolean gracefulTimeout)
Copyright © 2015 Oracle and/or its afflilates. All Rights Reserved.