Package org.openntf.domino.iterators

Examples of org.openntf.domino.iterators.ViewEntryIterator


   *
   * @see java.lang.Iterable#iterator()
   */
  @Override
  public Iterator<org.openntf.domino.ViewEntry> iterator() {
    return new ViewEntryIterator(this);
  }
View Full Code Here

TOP

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

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.