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.
|
protected Map |
instantiateMap(Map map,
Converter convKeyUp,
Converter convKeyDown,
Converter convValUp,
Converter convValDown)
Deprecated.
Create a Converter Map.
|
Map |
subMap(Set setKeys)
Deprecated.
Return a sub-map of this map based on a set of provided keys.
|
clear, containsKey, containsValue, entrySet, equals, get, getMap, hashCode, instantiateCollection, instantiateEntrySet, 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.ConverterMapprotected Map instantiateMap(Map map, Converter convKeyUp, Converter convKeyDown, Converter convValUp, Converter convValDown)
com.oracle.common.collections.ConverterCollections.ConverterMapinstantiateMap in class com.oracle.common.collections.ConverterCollections.ConverterMapmap - the underlying MapconvKeyUp - the Converter to view the underlying Map's keys
throughconvKeyDown - the Converter to use to pass keys down to the
underlying MapconvValUp - the Converter to view the underlying Map's
values throughconvValDown - the Converter to use to pass values down to the
underlying Map