Package com.tangosol.util
Class ConverterCollections.ConverterEntrySet.ConverterEntry
java.lang.Object
com.tangosol.util.ConverterCollections.AbstractConverterEntry<FK,TK,FV,TV>
com.tangosol.util.ConverterCollections.ConverterEntrySet.ConverterEntry
- All Implemented Interfaces:
Serializable
,Map.Entry<TK,
TV>
- Enclosing class:
ConverterCollections.ConverterEntrySet<FK,
TK, FV, TV>
protected class ConverterCollections.ConverterEntrySet.ConverterEntry
extends ConverterCollections.AbstractConverterEntry<FK,TK,FV,TV>
A Map Entry that lazily converts the key and value.
- See Also:
-
Field Summary
Fields inherited from class com.tangosol.util.ConverterCollections.AbstractConverterEntry
m_entry, m_oKeyUp, m_oValueUp
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the Converter to view the underlying Entry's key through.Return the Converter used to change value in the underlying Entry.Return the Converter to view the underlying Entry's value through.
-
Constructor Details
-
Method Details
-
getConverterKeyUp
Return the Converter to view the underlying Entry's key through.- Specified by:
getConverterKeyUp
in classConverterCollections.AbstractConverterEntry<FK,
TK, FV, TV> - Returns:
- the Converter to view the underlying Entry's key through
-
getConverterValueUp
Return the Converter to view the underlying Entry's value through.- Specified by:
getConverterValueUp
in classConverterCollections.AbstractConverterEntry<FK,
TK, FV, TV> - Returns:
- the Converter to view the underlying Entry's value through
-
getConverterValueDown
Return the Converter used to change value in the underlying Entry.- Specified by:
getConverterValueDown
in classConverterCollections.AbstractConverterEntry<FK,
TK, FV, TV> - Returns:
- the Converter used to change value in the underlying Entry
-