Package de.tilman_neumann.util
Class Pair<U,V>
- java.lang.Object
-
- de.tilman_neumann.util.Pair<U,V>
-
- Type Parameters:
U
- type of first valueV
- type of second value
- All Implemented Interfaces:
Serializable
public class Pair<U,V> extends Object implements Serializable
A simple utility class combining two values of arbitrary types to one object.- Author:
- Tilman Neumann
- See Also:
- Serialized Form