CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

com.tangosol.util
Class ConverterCollections.ConverterEntrySet.ConverterEntry

java.lang.Object
  extended by com.tangosol.util.Base
      extended by com.tangosol.util.ConverterCollections.AbstractConverterEntry
          extended by com.tangosol.util.ConverterCollections.ConverterEntrySet.ConverterEntry
All Implemented Interfaces:
Serializable, Map.Entry
Enclosing class:
ConverterCollections.ConverterEntrySet

protected class ConverterCollections.ConverterEntrySet.ConverterEntry
extends ConverterCollections.AbstractConverterEntry

A Map Entry that lazily converts the key and value.


Field Summary
 
Fields inherited from class com.tangosol.util.ConverterCollections.AbstractConverterEntry
m_entry, m_oKeyUp, m_oValueUp
 
Constructor Summary
ConverterCollections.ConverterEntrySet.ConverterEntry(Map.Entry entry)
          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
 

Constructor Detail

ConverterCollections.ConverterEntrySet.ConverterEntry

public ConverterCollections.ConverterEntrySet.ConverterEntry(Map.Entry entry)
Constructor.

Parameters:
entry - the Entry to wrap
Method Detail

getKeyUpConv

protected Converter getKeyUpConv()
Return the Converter to view the underlying Entry's key through.

Specified by:
getKeyUpConv in class ConverterCollections.AbstractConverterEntry
Returns:
the Converter to view the underlying Entry's key through

getValueUpConv

protected Converter getValueUpConv()
Return the Converter to view the underlying Entry's value through.

Specified by:
getValueUpConv in class ConverterCollections.AbstractConverterEntry
Returns:
the Converter to view the underlying Entry's value through

getValueDownConv

protected Converter getValueDownConv()
Return the Converter used to change value in the underlying Entry.

Specified by:
getValueDownConv in class ConverterCollections.AbstractConverterEntry
Returns:
the Converter used to change value in the underlying Entry

CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation