|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Package net.christopherschultz.util.zipcode |
| Class net.christopherschultz.util.zipcode.ZipCode extends Object implements Serializable |
| Serialized Fields |
int _zipCode
The 5-digit zip code that this ZipCode represents.
double _latitude
The latitude, in degrees, of the post office serving this ZipCode.
double _longitude
The longitude, in degrees, of the post office serving this ZipCode.
| Class net.christopherschultz.util.zipcode.ZipCodeRegistry extends Object implements Serializable |
| Serialized Fields |
HashMap _zipCodes
Map of zip codes to ZipCode objects.
The key is an Integer (i.e. 20005) and the values are ZipCode objects.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||