Uses of Interface
org.ahmadsoft.postal.PostalRetrievalStrategy

Uses of PostalRetrievalStrategy in org.ahmadsoft.postal
 

Classes in org.ahmadsoft.postal that implement PostalRetrievalStrategy
 class DiskStrategy
          A retrieval strategy that looks up from disk every time.
 class InMemoryStrategy
          A retrieval strategy that loads the entire file into memory.
 class ReadOnceStrategy
          A retrieval strategy that looks up from disk the first time and subsequently reads from cache.
 

Methods in org.ahmadsoft.postal with parameters of type PostalRetrievalStrategy
 void USPostalCodeService.initialize(PostalRetrievalStrategy retrievalStrategy)
          Initializes an instance of the US Postal Code Service.
 



Copyright © 2006-2009 Ahmadsoft. All Rights Reserved.