ConverterCollections.ConverterMap@Deprecated public static class ConverterCollections.ConverterMap extends com.oracle.common.collections.ConverterCollections.ConverterMap
| Constructor and Description |
|---|
ConverterMap(Map map, Converter convKeyUp, Converter convKeyDown, Converter convValUp, Converter convValDown)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Converter |
getConverterKeyDown()
Deprecated.
Return the Converter used to pass keys down to the underlying Map.
|
Converter |
getConverterKeyUp()
Deprecated.
Return the Converter used to view the underlying Map's keys through.
|
Converter |
getConverterValueDown()
Deprecated.
Return the Converter used to pass values down to the underlying Map.
|
Converter |
getConverterValueUp()
Deprecated.
Return the Converter used to view the underlying Map's values through.
|
clear, containsKey, containsValue, entrySet, equals, get, getMap, hashCode, instantiateCollection, instantiateEntrySet, instantiateMap, instantiateSet, isEmpty, keySet, put, putAll, remove, size, toString, valuesclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Converter getConverterKeyUp()
getConverterKeyUp in class com.oracle.common.collections.ConverterCollections.ConverterMappublic Converter getConverterKeyDown()
getConverterKeyDown in class com.oracle.common.collections.ConverterCollections.ConverterMappublic Converter getConverterValueUp()
getConverterValueUp in class com.oracle.common.collections.ConverterCollections.ConverterMappublic Converter getConverterValueDown()
getConverterValueDown in class com.oracle.common.collections.ConverterCollections.ConverterMap