Class PropsEntries.PropsIterator
java.lang.Object
jodd.props.PropsEntries.PropsIterator
- All Implemented Interfaces:
Iterator<PropsEntry>
- Enclosing class:
PropsEntries
Props iterator.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate PropsEntryprivate booleanprivate boolean -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
next
-
firstTime
private boolean firstTime -
profiles
-
sections
-
skipDuplicatesByValue
private boolean skipDuplicatesByValue -
skipDuplicatesByPosition
private boolean skipDuplicatesByPosition -
keys
-
-
Constructor Details
-
PropsIterator
private PropsIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<PropsEntry>
-
start
private void start()Starts with the iterator. -
accept
Accepts an entry and returnstrueif entry should appear in this iteration. -
next
- Specified by:
nextin interfaceIterator<PropsEntry>
-
remove
public void remove()- Specified by:
removein interfaceIterator<PropsEntry>
-