A
- The type of the first element.B
- The type of the second element.public class Tuple2<A,B> extends Object implements Serializable
Value class representing a 2-tuple.
This class is immutable and thus thread-safe.
Copyright © 2019. All rights reserved.