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
    Constructor
    Description
    DBusMap(Object[][] _entries)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    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.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    get(Object _key)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    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.
     
    put(K _key, V _value)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    putAll(Map<? extends K, ? extends V> _t)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    remove(Object _key)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    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.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DBusMap

      public DBusMap(Object[][] _entries)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • clear

      public void clear()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      clear in interface Map<K,V>
    • containsKey

      public boolean containsKey(Object _key)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      containsKey in interface Map<K,V>
    • containsValue

      public boolean containsValue(Object _value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      containsValue in interface Map<K,V>
    • entrySet

      public Set<Map.Entry<K,V>> entrySet()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      entrySet in interface Map<K,V>
    • get

      public V get(Object _key)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      get in interface Map<K,V>
    • isEmpty

      public boolean isEmpty()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      isEmpty in interface Map<K,V>
    • keySet

      public Set<K> keySet()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      keySet in interface Map<K,V>
    • put

      public V put(K _key, V _value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      put in interface Map<K,V>
    • putAll

      public void putAll(Map<? extends K, ? extends V> _t)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      putAll in interface Map<K,V>
    • remove

      public V remove(Object _key)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      remove in interface Map<K,V>
    • size

      public int size()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      size in interface Map<K,V>
    • values

      public Collection<V> values()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      values in interface Map<K,V>
    • hashCode

      public int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      hashCode in interface Map<K,V>
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object _o)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      equals in interface Map<K,V>
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object