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