1218121912201221122212231224
* @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); }