Class StationProfileCollectionImpl.NestedCollectionIOIteratorAdapter<T>

    • Constructor Detail

      • NestedCollectionIOIteratorAdapter

        public NestedCollectionIOIteratorAdapter​(PointFeatureCCIterator pfIterator)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Description copied from interface: IOIterator
        Returns true if the iteration has more elements. (In other words, returns true if IOIterator.next() would return an element rather than throwing an exception.)
        Specified by:
        hasNext in interface IOIterator<T>
        Returns:
        true if the iteration has more elements
      • next

        public T next()
        Description copied from interface: IOIterator
        Returns the next element in the iteration.
        Specified by:
        next in interface IOIterator<T>
        Returns:
        the next element in the iteration