Package edu.pdx.cs410J.j2se15
Class Tuple<A,B>
java.lang.Object
edu.pdx.cs410J.j2se15.Tuple<A,B>
A tuple class that holds two generic values. Demonstrates how
multiple values can be returned from a method in a type-safe manner
using Java generics.
- Since:
- Summer 2005
- Author:
- David Whitlock
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Tuple
-
-
Method Details
-
getFirst
-
getSecond
-