Class Pair<L,R>

java.lang.Object
org.freedesktop.dbus.Container
org.freedesktop.dbus.Tuple
de.thjom.java.systemd.types.Pair<L,R>

public class Pair<L,R> extends org.freedesktop.dbus.Tuple
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final L
     
    private final R
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Pair(L left, R right)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from class org.freedesktop.dbus.Container

    equals, getParameters, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • left

      private final L left
  • Constructor Details

    • Pair

      public Pair(L left, R right)
  • Method Details

    • getLeft

      public L getLeft()
    • getRight

      public R getRight()