public class DrillConfigIterator.Iter extends Object implements Iterator<OptionValue>
| Constructor and Description |
|---|
Iter(DrillConfig c) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
OptionValue |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic Iter(DrillConfig c)
public boolean hasNext()
hasNext in interface Iterator<OptionValue>public OptionValue next()
next in interface Iterator<OptionValue>public void remove()
remove in interface Iterator<OptionValue>Copyright © 2021 The Apache Software Foundation. All rights reserved.