Class PropertyMap.Iter
java.lang.Object
org.apache.sis.metadata.PropertyMap.Iter
- Enclosing class:
PropertyMap<V>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) intIndex of the next element to return. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanhasNext()Returnstrueif there is more elements to return.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, next, remove
-
Field Details
-
index
int indexIndex of the next element to return.
-
-
Constructor Details
-
Iter
Iter()Creates a new iterator.
-
-
Method Details
-
hasNext
-