Class DBusMap<K,V>
java.lang.Object
org.freedesktop.dbus.DBusMap<K,V>
- All Implemented Interfaces:
Map<K,V>
@Deprecated(forRemoval=true,
since="5.1.0 - 2024-05-19")
public class DBusMap<K,V>
extends Object
implements Map<K,V>
Deprecated, for removal: This API element is subject to removal in a future version.
use any other Map implementation like HashMap, LinkedHashMap etc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Deprecated, for removal: This API element is subject to removal in a future version.booleancontainsKey(Object _key) Deprecated, for removal: This API element is subject to removal in a future version.booleancontainsValue(Object _value) Deprecated, for removal: This API element is subject to removal in a future version.entrySet()Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.booleanisEmpty()Deprecated, for removal: This API element is subject to removal in a future version.keySet()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.intsize()Deprecated, for removal: This API element is subject to removal in a future version.toString()Deprecated, for removal: This API element is subject to removal in a future version.values()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
DBusMap
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
clear
-
containsKey
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
containsKeyin interfaceMap<K,V>
-
containsValue
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
containsValuein interfaceMap<K,V>
-
entrySet
-
get
-
isEmpty
-
keySet
-
put
-
putAll
-
remove
-
size
-
values
-
hashCode
-
equals
-
toString
-