Class Pair<K,​V>

java.lang.Object
com.fredriksonsound.iot_backoffice_auth.util.Pair<K,​V>
Type Parameters:
K - the Key type
V - the value type

public class Pair<K,​V>
extends java.lang.Object
Simple Pair implementation
  • Field Summary

    Fields 
    Modifier and Type Field Description
    K first  
    V second  
  • Constructor Summary

    Constructors 
    Constructor Description
    Pair​(K f, V s)  
  • Method Summary

    Methods inherited from class java.lang.Object

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

  • Constructor Details