Class DBusDictEntry<KeyT extends DBusBasicType,ValueT extends DBusType>

java.lang.Object
com.lucimber.dbus.type.DBusDictEntry<KeyT,ValueT>
Type Parameters:
KeyT - The key's data type.
ValueT - The value's data type.
All Implemented Interfaces:
DBusContainerType, DBusType, Map.Entry<KeyT,ValueT>

public final class DBusDictEntry<KeyT extends DBusBasicType,ValueT extends DBusType> extends Object implements Map.Entry<KeyT,ValueT>, DBusContainerType
A map entry (key-value pair).