T1
- the type of the first value.T2
- the type of the second value.public final class Tuple2<T1,T2> extends Object
A container for two values.
Use the corresponding Tuple.create(Object, Object)
method to instantiate this tuple.
Copyright © 2018 Couchbase, Inc.. All rights reserved.