Class | Description |
---|---|
ArmiesIterator |
An Iterator of all the Countries with more than minArmies armies that is owned by player.
|
BoardHelper |
This class is a collection of static methods for getting information out
of a set of countries.
|
ClusterBorderIterator |
Iterate through the countries that form the border of a cluster around a root Country.
|
ContinentIterator |
An Iterator of all the Countries that are members of continent.
|
CountryCluster |
CountryCluster is a data structure which stores a set of connected country objects.
|
CountryClusterSet |
CountryClusterSet is a data structure that stores a set of CountryCluster objects.
|
CountryElement |
A simple class for use in the stacks.
|
CountryIterator |
An abstract class to serve as the superclass for a variety of different Country Iterators.
|
CountryPath |
This class represents a path of connected countries.
|
CountryPathStack |
This is an implementation of a stack that stores CountryPath objects.
|
CountryRoute |
CountryRoute is a data structure that stores an ordered path of Country's.
|
CountryStack |
This is an implementation of a stack.
|
NeighborIterator |
An Iterator of the neighbors to a given Country.
|
OrderedNeighborIterator |
An Iterator of the neighbors to a given Country that returns them in the order of least enemy neighbors first.
|
PlayerIterator |
An Iterator of all the Countries that are owned by player.
|