Serialized Form


Package net.christopherschultz.util.zipcode

Class net.christopherschultz.util.zipcode.ZipCode extends Object implements Serializable

Serialized Fields

_zipCode

int _zipCode

The 5-digit zip code that this ZipCode represents.


_latitude

double _latitude

The latitude, in degrees, of the post office serving this ZipCode.


_longitude

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

_zipCodes

HashMap _zipCodes

Map of zip codes to ZipCode objects.

The key is an Integer (i.e. 20005) and the values are ZipCode objects.