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 Details

    • TwoTuple

      public TwoTuple(A _firstValue, B _secondValue)
  • Method Details

    • getFirstValue

      public A getFirstValue()
    • setFirstValue

      public void setFirstValue(A _firstValue)
    • getSecondValue

      public B getSecondValue()
    • setSecondValue

      public void setSecondValue(B _secondValue)