Class DrillConfigIterator.Iter
java.lang.Object
org.apache.drill.exec.server.options.DrillConfigIterator.Iter
- All Implemented Interfaces:
Iterator<OptionValue>
- Enclosing class:
- DrillConfigIterator
-
Constructor Details
-
Iter
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<OptionValue>
-
next
- Specified by:
next
in interfaceIterator<OptionValue>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<OptionValue>
-