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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.tangosol.util.ConverterCollections.AbstractConverterEntry
m_entry, m_oKeyUp, m_oValueUp
-
-
Constructor Summary
Constructors Constructor Description ConverterEntry(Map.Entry<FK,FV> entry)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Converter<FK,TK>
getConverterKeyUp()
Return the Converter to view the underlying Entry's key through.protected Converter<TV,FV>
getConverterValueDown()
Return the Converter used to change value in the underlying Entry.protected Converter<FV,TV>
getConverterValueUp()
Return the Converter to view the underlying Entry's value through.
-
-
-
Method Detail
-
getConverterKeyUp
protected Converter<FK,TK> 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
protected Converter<FV,TV> 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
protected Converter<TV,FV> 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
-
-