Package org.maproulette.client.utilities
Class Tuple<X,Y>
- java.lang.Object
-
- org.maproulette.client.utilities.Tuple<X,Y>
-
- Type Parameters:
X- The first object type that will be stored in the TupleY- The second object type that will be stored in the Tuple
public class Tuple<X,Y> extends java.lang.ObjectA basic Tuple class