org.freedesktop.dbus.test
Class TestTuple<A,B,C>
java.lang.Object
org.freedesktop.dbus.Tuple
org.freedesktop.dbus.test.TestTuple<A,B,C>
public final class TestTuple<A,B,C>
- extends Tuple
Method Summary |
boolean |
equals(java.lang.Object other)
|
java.lang.Object[] |
getParameters()
Returns the struct contents in order. |
java.lang.String |
toString()
Returns this struct as a string. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
a
public final A a
b
public final B b
c
public final C c
TestTuple
public TestTuple(A a,
B b,
C c)
getParameters
public final java.lang.Object[] getParameters()
- Returns the struct contents in order.
- Throws:
DBusException
- If there is a problem doing this.
toString
public final java.lang.String toString()
- Returns this struct as a string.
- Overrides:
toString
in class java.lang.Object
equals
public final boolean equals(java.lang.Object other)
- Overrides:
equals
in class java.lang.Object