public class NeighborIterator extends CountryIterator
Constructor and Description |
---|
NeighborIterator(Country c) |
NeighborIterator(Country c,
Country[] countries) |
NeighborIterator(Country c,
CountryIterator iter) |
NeighborIterator(int code,
Country[] countries) |
NeighborIterator(int code,
CountryIterator iter) |
hasNext, next
public NeighborIterator(Country c)
public NeighborIterator(Country c, CountryIterator iter)
public NeighborIterator(int code, Country[] countries)
public NeighborIterator(int code, CountryIterator iter)