Interface LookupIfc
- All Known Implementing Classes:
FileEnhMethodHandler
public interface LookupIfc
This interface is used to allow another object to update the lookup
table corresponding to the given key, and to access to lookuptable
corresponding to a given key.
-
Method Summary
Modifier and TypeMethodDescriptiongetLookupTable(String key) voidsetLookupTable(String key, Hashtable h)
-
Method Details
-
setLookupTable
-
getLookupTable
-