|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WrpZipCode in com.billpringle.utils |
---|
Fields in com.billpringle.utils declared as WrpZipCode | |
---|---|
protected WrpZipCode |
WrpValidateCsv.zipCodes
|
protected WrpZipCode |
WrpEditValidationRules.zipCodes
list of valid zip code combinations |
private WrpZipCode[] |
WrpZipCode.zipList
An array of all zip codes. |
Methods in com.billpringle.utils that return WrpZipCode | |
---|---|
private WrpZipCode |
WrpZipCode.findLoadingZipCode(java.util.Vector<WrpZipCode> lst,
java.lang.String strZipCode)
Search for zipcode entry in vector. |
WrpZipCode |
WrpZipCode.findZipCode(java.lang.String strZip)
This routine will search for the specified zipcode |
WrpZipCode[] |
WrpZipCode.getZipList()
Get array of zipcodes. |
WrpZipCode |
WrpBuildZipCodes.ZipFileReader.nextFileZip(java.io.FileReader rdr)
Read the next detailed zip code line from the raw input file. |
WrpZipCode |
WrpBuildZipCodes.ZipFileReader.readLine()
Read the next line from the input file. |
Methods in com.billpringle.utils with parameters of type WrpZipCode | |
---|---|
protected void |
WrpBuildZipCodes.ConvertWorker.addCities(WrpZipCode czip,
WrpZipCode zip)
Add the cities in the zipcode zip to the current zipcode czip. |
int |
WrpZipCode.compareTo(WrpZipCode zip)
Compare this zipcode with another one |
void |
WrpValidateCsv.setZipCodes(WrpZipCode zc)
This method imports a list of ZipCodes that can be used to validate city/state/zipcode combinations. |
protected void |
WrpBuildZipCodes.ConvertWorker.writeZipCode(WrpZipCode zip,
java.io.PrintStream prt)
Write CSV lines to the output file for this zip code. |
Method parameters in com.billpringle.utils with type arguments of type WrpZipCode | |
---|---|
private WrpZipCode |
WrpZipCode.findLoadingZipCode(java.util.Vector<WrpZipCode> lst,
java.lang.String strZipCode)
Search for zipcode entry in vector. |
Constructors in com.billpringle.utils with parameters of type WrpZipCode | |
---|---|
WrpZipCode(WrpZipCode zc)
Constructor to clone a zip code object |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |