org.freedesktop.dbus.types
public class DBusMapType extends Object implements ParameterizedType
| Constructor Summary | |
|---|---|
| DBusMapType(Type k, Type v)
Create a map type. | |
| Method Summary | |
|---|---|
| Type[] | getActualTypeArguments() |
| Type | getOwnerType() |
| Type | getRawType() |
Parameters: k The type of the keys. v The type of the values.