PairImpl
public interface Pair<K,V>
static <K1, V1> Pair<K1,V1>
create()
K
getKey()
getLeft()
V
getRight()
getValue()
Pair<K,V>
key(K key)
left(K left)
of(K1 key, V1 value)
right(V right)
value(V value)