Class NestedCollectionIteratorAdapter<T>

  • All Implemented Interfaces:
    Iterator<T>

    public class NestedCollectionIteratorAdapter<T>
    extends Object
    implements Iterator<T>
    adapt a NestedPointFeatureCollectionIterator to an Iterator
    Since:
    9/24/2015.
    • Constructor Detail

      • NestedCollectionIteratorAdapter

        public NestedCollectionIteratorAdapter​(PointFeatureCCIterator pfIterator)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface Iterator<T>
      • next

        public T next()
        Specified by:
        next in interface Iterator<T>