org.freedesktop.dbus

Class Container

abstract class Container extends Object

This class is the super class of both Structs and Tuples and holds common methods.
Constructor Summary
Container()
Method Summary
booleanequals(Object other)
Object[]getParameters()
Returns the struct contents in order.
StringtoString()
Returns this struct as a string.

Constructor Detail

Container

public Container()

Method Detail

equals

public final boolean equals(Object other)

getParameters

public final Object[] getParameters()
Returns the struct contents in order.

Throws: DBusException If there is a problem doing this.

toString

public final String toString()
Returns this struct as a string.