protected class ConverterCollections.ConverterEntrySet.ConverterEntry extends ConverterCollections.AbstractConverterEntry<FK,TK,FV,TV>
m_entry, m_oKeyUp, m_oValueUp| Constructor and Description |
|---|
ConverterEntry(Map.Entry<FK,FV> entry)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Converter<FK,TK> |
getConverterKeyUp()
Return the Converter to view the underlying Entry's key
through.
|
protected Converter<TV,FV> |
getConverterValueDown()
Return the Converter used to change value in the underlying
Entry.
|
protected Converter<FV,TV> |
getConverterValueUp()
Return the Converter to view the underlying Entry's value
through.
|
equals, getEntry, getKey, getValue, hashCode, setValue, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValueprotected Converter<FK,TK> getConverterKeyUp()
getConverterKeyUp in class ConverterCollections.AbstractConverterEntry<FK,TK,FV,TV>protected Converter<FV,TV> getConverterValueUp()
getConverterValueUp in class ConverterCollections.AbstractConverterEntry<FK,TK,FV,TV>protected Converter<TV,FV> getConverterValueDown()
getConverterValueDown in class ConverterCollections.AbstractConverterEntry<FK,TK,FV,TV>