com.jeffpalm.html
Class CountryCodes

java.lang.Object
  extended by com.jeffpalm.html.CountryCodes

public final class CountryCodes
extends java.lang.Object


Nested Class Summary
static interface CountryCodes.Result
           
 
Method Summary
 java.lang.String countryForExtension(java.lang.String ext)
           
 CountryCodes.Result extensionForCountry(java.lang.String country)
           
static CountryCodes getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static CountryCodes getInstance()

countryForExtension

public java.lang.String countryForExtension(java.lang.String ext)

extensionForCountry

public CountryCodes.Result extensionForCountry(java.lang.String country)