|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
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(Map.Entry entry,
Converter convKeyUp,
Converter convValUp,
Converter convValDown)
Constructor. |
Method Summary | |
---|---|
protected Converter |
getKeyUpConv()
Return the Converter to view the underlying Entry's key through. |
protected Converter |
getValueDownConv()
Return the Converter used to change value in the underlying Entry. |
protected Converter |
getValueUpConv()
Return the Converter to view the underlying Entry's value through. |
Methods inherited from class com.tangosol.util.ConverterCollections.AbstractConverterEntry |
---|
equals, getKey, getValue, hashCode, setValue, toString |
Field Detail |
---|
protected Converter m_convKeyUp
protected Converter m_convValUp
protected Converter m_convValDown
Constructor Detail |
---|
public ConverterCollections.ConverterEntry(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 EntryMethod Detail |
---|
protected Converter getKeyUpConv()
getKeyUpConv
in class ConverterCollections.AbstractConverterEntry
protected Converter getValueUpConv()
getValueUpConv
in class ConverterCollections.AbstractConverterEntry
protected Converter getValueDownConv()
getValueDownConv
in class ConverterCollections.AbstractConverterEntry
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |