| java.lang.Object biz.hammurapi.util.ConvertingCollection
ConvertingCollection | public class ConvertingCollection implements Collection(Code) | | Collection that contains elements of one type but appears as
containing elements of another type. Conversion is done by a
Converter. Usage - keep collection of 'keys' and retrieve
'values' from secondary storage on demand.
author: Pavel Vlasov version: $Revision: 1.3 $ |
ConvertingCollection | public ConvertingCollection(Collection master, Converter key2ValueConverter, Converter value2KeyConverter)(Code) | | Parameters: master - Parameters: key2ValueConverter - Parameters: value2KeyConverter - |
clear | public void clear()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
|
|