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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConverterHolder(F value, Converter<F,T> convUp)
Constructor.
-