Package org.openntf.domino.iterators

Examples of org.openntf.domino.iterators.ViewNavigatorEntryIterator


  public Session getAncestorSession() {
    return this.getAncestorDatabase().getAncestorSession();
  }

  public Iterator<org.openntf.domino.ViewEntry> iterator() {
    return new ViewNavigatorEntryIterator(this);
  }
View Full Code Here

TOP

Related Classes of org.openntf.domino.iterators.ViewNavigatorEntryIterator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.