Package org.bluez.datatypes
Class TwoTuple<A,B>
java.lang.Object
org.freedesktop.dbus.Container
org.freedesktop.dbus.Tuple
org.bluez.datatypes.TwoTuple<A,B>
public class TwoTuple<A,B>
extends org.freedesktop.dbus.Tuple
Generic 2 value tuple.
- Since:
- v0.1.0 - 2018-03-07
- Author:
- hypfvieh
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetFirstValue(A _firstValue) voidsetSecondValue(B _secondValue) Methods inherited from class org.freedesktop.dbus.Container
equals, getParameters, hashCode, toString
-
Constructor Details
-
TwoTuple
-
-
Method Details
-
getFirstValue
-
setFirstValue
-
getSecondValue
-
setSecondValue
-