Class Pair<A,​B>

java.lang.Object
com.yubico.yubikit.core.util.Pair<A,​B>

public class Pair<A,​B>
extends java.lang.Object
Utility class to hold two values.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    A first  
    B second  
  • Constructor Summary

    Constructors 
    Constructor Description
    Pair​(A first, B second)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • Pair

      public Pair​(A first, B second)