|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.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_convKeyUpThe Converter used to view the Entry's key. |
protected Converter |
m_convValDownThe Converter used to store the Entry's value. |
protected Converter |
m_convValUpThe 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 Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||