Class Pair<K,V>
java.lang.Object
com.fredriksonsound.iot_backoffice_auth.util.Pair<K,V>
- Type Parameters:
K- the Key typeV- the value type
public class Pair<K,V>
extends java.lang.Object
Simple Pair implementation
K - the Key typeV - the value typepublic class Pair<K,V>
extends java.lang.Object