public class Tuple<K,V> extends Object
public static <K,V> Tuple<K,V> of(K k, V v)
K
- the key typeV
- the value typek
- the keyv
- the valuepublic K getKey()
public V getValue()
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.