Class NodeChildrenFilterIterator

  • All Implemented Interfaces:
    Iterator<javax.jcr.Node>

    public class NodeChildrenFilterIterator
    extends Object
    implements Iterator<javax.jcr.Node>
    • Constructor Detail

      • NodeChildrenFilterIterator

        public NodeChildrenFilterIterator​(javax.jcr.Node node)
                                   throws org.gcube.common.storagehub.model.exceptions.BackendGenericError
        Throws:
        org.gcube.common.storagehub.model.exceptions.BackendGenericError
      • NodeChildrenFilterIterator

        public NodeChildrenFilterIterator​(javax.jcr.NodeIterator iterator)
                                   throws org.gcube.common.storagehub.model.exceptions.BackendGenericError
        Throws:
        org.gcube.common.storagehub.model.exceptions.BackendGenericError
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface Iterator<javax.jcr.Node>
      • next

        public javax.jcr.Node next()
        Specified by:
        next in interface Iterator<javax.jcr.Node>