|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.tangosol.util.Base
com.tangosol.util.ConverterCollections.AbstractConverterEntry
com.tangosol.util.ConverterCollections.ConverterEntry
public static class ConverterCollections.ConverterEntry
A Map Entry that lazily converts the key and value.
| Field Summary | |
|---|---|
protected Converter |
m_convKeyUp
The Converter used to view the Entry's key. |
protected Converter |
m_convValDown
The Converter used to store the Entry's value. |
protected Converter |
m_convValUp
The Converter used to view the Entry's value. |
| Fields inherited from class com.tangosol.util.ConverterCollections.AbstractConverterEntry |
|---|
m_entry, m_oKeyUp, m_oValueUp |
| Constructor Summary | |
|---|---|
ConverterCollections.ConverterEntry(java.util.Map.Entry entry,
Converter convKeyUp,
Converter convValUp,
Converter convValDown)
Constructor. |
|
| Method Summary | |
|---|---|
protected Converter |
getConverterKeyUp()
Return the Converter to view the underlying Entry's key through. |
protected Converter |
getConverterValueDown()
Return the Converter used to change value in the underlying Entry. |
protected Converter |
getConverterValueUp()
Return the Converter to view the underlying Entry's value through. |
| Methods inherited from class com.tangosol.util.ConverterCollections.AbstractConverterEntry |
|---|
equals, getEntry, getKey, getValue, hashCode, setValue, toString |
| Field Detail |
|---|
protected Converter m_convKeyUp
protected Converter m_convValUp
protected Converter m_convValDown
| Constructor Detail |
|---|
public ConverterCollections.ConverterEntry(java.util.Map.Entry entry,
Converter convKeyUp,
Converter convValUp,
Converter convValDown)
entry - the Entry to wrapconvKeyUp - the Converter to view the underlying Entry's
keys throughconvValUp - the Converter to view the underlying Entry's
values throughconvValDown - the Converter to use to pass values down to the
underlying Entry| Method Detail |
|---|
protected Converter getConverterKeyUp()
getConverterKeyUp in class ConverterCollections.AbstractConverterEntryprotected Converter getConverterValueUp()
getConverterValueUp in class ConverterCollections.AbstractConverterEntryprotected Converter getConverterValueDown()
getConverterValueDown in class ConverterCollections.AbstractConverterEntry
|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||