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.- Since:
- 0.5
- Version:
- 1.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intIndex of the next record field to return in the iteration. -
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, 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
-
next
-