- Pair<T,S> - Class in <Unnamed>
-
This class represents an immutable pair of types T and S.
- Pair(T, S) - Constructor for class Pair
-
Create a pair object.
- parse(String) - Static method in class PopulationQuery
-
Parse the input file into a large array held in a CensusData object.
- population - Variable in class CensusGroup
-
Population of the census group.
- POPULATION_INDEX - Static variable in class PopulationQuery
-
For parsing - zero-based index of the field containing the population of
the current census group.
- PopulationQuery - Class in <Unnamed>
-
This class queries census data to find population densities in different
areas of the US.
- PopulationQuery(String) - Constructor for class PopulationQuery
-
Initialize the query object by parsing the census data in the given file.
- preprocess(int, int, int) - Method in class PopulationQuery
-
Preprocess the census data for a run using the given parameters.