Package org.openntf.domino.iterators

Examples of org.openntf.domino.iterators.ViewNavigatorSiblingIterator


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

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

TOP

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

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.