public class Tuple3Builder<T0,T1,T2> extends Object
Constructor and Description |
---|
Tuple3Builder() |
Modifier and Type | Method and Description |
---|---|
Tuple3Builder<T0,T1,T2> |
add(T0 value0,
T1 value1,
T2 value2) |
Tuple3<T0,T1,T2>[] |
build() |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.