Package com.tangosol.util
Class ConverterCollections.ConverterHolder<F,T>
java.lang.Object
com.tangosol.util.ConverterCollections.ConverterHolder<F,T>
- Type Parameters:
F
- the type of the element the Holder holdsT
- the type that the element should be converted to
- All Implemented Interfaces:
Holder<T>
,Serializable
- Enclosing class:
ConverterCollections
public static class ConverterCollections.ConverterHolder<F,T>
extends Object
implements Holder<T>, Serializable
A Holder that converts the element before returning them.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ConverterHolder
Constructor.- Parameters:
value
- the value to wrapconvUp
- the converter to use
-
-
Method Details