public class YamlPropertyHandler extends Object implements PropertyHandler<YamlPropertyEntry>
| Constructor and Description |
|---|
YamlPropertyHandler(Map<String,Object> yamlMap) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Iterator<YamlPropertyEntry> |
iterator() |
YamlPropertyEntry |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorforEachRemainingpublic Iterator<YamlPropertyEntry> iterator()
iterator in interface Iterable<YamlPropertyEntry>public boolean hasNext()
hasNext in interface Iterator<YamlPropertyEntry>public YamlPropertyEntry next()
next in interface Iterator<YamlPropertyEntry>public void remove()
remove in interface Iterator<YamlPropertyEntry>Copyright © 2019. All rights reserved.