Examples of OwnerFilterIterator


Examples of civquest.nation.util.OwnerFilterIterator

   @param nation id of an nation
   *  @return iterator over the ids of all fields having the given nation
   *  as owner.
   */
  public Iterator<Long> getAllFields(Long nation) {
    return new OwnerFilterIterator(getFieldIterator(), nation);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.