Class IndexIdIterator.IndexUniqueVisitorIterator

  • All Implemented Interfaces:
    Closeable, AutoCloseable, Iterator<String>, IndexIdIterator
    Enclosing interface:
    IndexIdIterator

    public static class IndexIdIterator.IndexUniqueVisitorIterator
    extends Object
    implements IndexIdIterator
    Index iterator for to work with UniqueVisitor over id field.
    Author:
    Fernando MiƱo, Geosolutions
    • Method Detail

      • hasNext

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

        public String next()
        Specified by:
        next in interface Iterator<String>
      • close

        public void close()
        Specified by:
        close in interface AutoCloseable
        Specified by:
        close in interface Closeable