Class Pair<A,B>

java.lang.Object
org.freedesktop.dbus.Container
org.freedesktop.dbus.Tuple
de.swiesend.secretservice.Pair<A,B>

public final class Pair<A,B> extends org.freedesktop.dbus.Tuple
Just a typed container class
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final A
     
    final B
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Pair(A a, B b)
     
  • Method Summary

    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

    • a

      public final A a
    • b

      public final B b
  • Constructor Details

    • Pair

      public Pair(A a, B b)