Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


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 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

 

Constructor Detail

ConverterCollections.ConverterEntrySet.ConverterEntry

public ConverterCollections.ConverterEntrySet.ConverterEntry(Map.Entry entry)
Constructor.
Parameters:
entry - the Entry to wrap

Method Detail

getConverterKeyUp

protected Converter getConverterKeyUp()
Return the Converter to view the underlying Entry's key through.
Specified by:
getConverterKeyUp in class ConverterCollections.AbstractConverterEntry
Returns:
the Converter to view the underlying Entry's key through

getConverterValueUp

protected Converter getConverterValueUp()
Return the Converter to view the underlying Entry's value through.
Specified by:
getConverterValueUp in class ConverterCollections.AbstractConverterEntry
Returns:
the Converter to view the underlying Entry's value through

getConverterValueDown

protected Converter getConverterValueDown()
Return the Converter used to change value in the underlying Entry.
Specified by:
getConverterValueDown in class ConverterCollections.AbstractConverterEntry
Returns:
the Converter used to change value in the underlying Entry

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


Copyright © 2000, 2010, Oracle and/or its affiliates. All rights reserved.