org.freedesktop.dbus.types
Class DBusMapType

java.lang.Object
  extended by org.freedesktop.dbus.types.DBusMapType
All Implemented Interfaces:
ParameterizedType, Type

public class DBusMapType
extends Object
implements ParameterizedType

The type of a map. Should be used whenever you need a Type variable for a map.


Constructor Summary
DBusMapType(Type k, Type v)
          Create a map type.
 
Method Summary
 Type[] getActualTypeArguments()
           
 Type getOwnerType()
           
 Type getRawType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBusMapType

public DBusMapType(Type k,
                   Type v)
Create a map type.

Parameters:
k - The type of the keys.
v - The type of the values.
Method Detail

getActualTypeArguments

public Type[] getActualTypeArguments()
Specified by:
getActualTypeArguments in interface ParameterizedType

getRawType

public Type getRawType()
Specified by:
getRawType in interface ParameterizedType

getOwnerType

public Type getOwnerType()
Specified by:
getOwnerType in interface ParameterizedType