Package org.apache.sis.util.iso
Class DefaultRecord.Iter
java.lang.Object
org.apache.sis.util.iso.DefaultRecord.Iter
- Enclosing class:
- DefaultRecord
private final class DefaultRecord.Iter
extends Object
implements Iterator<Map.Entry<org.opengis.util.MemberName,Object>>
The iterator to be returned by
DefaultRecord.getAttributes().entrySet().iterator()
.
AbstractMap
(indirectly) and AbstractSet
use this iterator for providing a
default implementation of most methods.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
Index of the next record field to return in the iteration. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Field Details
-
index
private int indexIndex of the next record field to return in the iteration.
-
-
Constructor Details
-
Iter
private Iter()
-
-
Method Details
-
hasNext
public boolean hasNext()Returnstrue
if there is more record fields to iterate over. -
next
Returns an entry containing the name and value of the next record field.
-