Package org.apache.sis.metadata
Class PropertyMap.Iter
java.lang.Object
org.apache.sis.metadata.PropertyMap.Iter
- Enclosing class:
- PropertyMap<V>
The iterator over the elements contained in a
PropertyMap<V>.Entries set.- Since:
- 0.3
- Version:
- 0.3
-
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, next, remove