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) int
Index of the next element to return. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
hasNext()
Returnstrue
if there is more elements to return.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, next, remove