@InterfaceAudience.Private public class Triple<A,B,C> extends Object
Modifier and Type | Field and Description |
---|---|
private A |
first |
private B |
second |
private C |
third |
public static <A,B,C> Triple<A,B,C> create(A first, B second, C third)
public A getFirst()
public void setFirst(A first)
public B getSecond()
public void setSecond(B second)
public C getThird()
public void setThird(C third)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.