Package civquest.nation.util

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

Related Classes of civquest.nation.util.OwnerFilterIterator

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.