public class Triple<K1,K2,K3> extends Object
| Constructor and Description |
|---|
Triple(K1 k1,
K2 k2,
K3 k3)
Creates a new triple using the keys provided.
|
public static <K1,K2,K3> Triple<K1,K2,K3> newTriple(K1 k1, K2 k2, K3 k3)
K1 - K2 - k1 - k2 - public K1 getK1()
public K2 getK2()
public K3 getK3()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.