Package org.openntf.domino.helpers

Examples of org.openntf.domino.helpers.DocumentEntrySet


  }

  @Override
  public Set<java.util.Map.Entry<String, Object>> entrySet() {
    // TODO Implement a "viewing" Set and Map.Entry for this or throw an UnsupportedOperationException
    return new DocumentEntrySet(this);
  }
View Full Code Here

TOP

Related Classes of org.openntf.domino.helpers.DocumentEntrySet

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.