Class PropertyMap.Iter

java.lang.Object
org.apache.sis.metadata.PropertyMap.Iter
All Implemented Interfaces:
Iterator<Map.Entry<String,V>>
Enclosing class:
PropertyMap<V>

abstract class PropertyMap.Iter extends Object implements Iterator<Map.Entry<String,V>>
The iterator over the elements contained in a PropertyMap<V>.Entries set.
Since:
0.3
Version:
0.3
  • Field Details

    • index

      int index
      Index of the next element to return.
  • Constructor Details

    • Iter

      Iter()
      Creates a new iterator.
  • Method Details

    • hasNext

      public final boolean hasNext()
      Returns true if there is more elements to return.
      Specified by:
      hasNext in interface Iterator<Map.Entry<String,V>>