Package llnl.gnem.core.util
Class Pair
java.lang.Object
llnl.gnem.core.util.Pair
- All Implemented Interfaces:
Serializable
Created by: dodge1 Date: Feb 1, 2005
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
first
-
second
-
-
Constructor Details
-
Pair
public Pair()Pair constructor comment. -
Pair
This method was created in VisualAge.- Parameters:
first
- java.lang.Objectsecond
- java.lang.Object
-
-
Method Details
-
setFirst
This method was created in VisualAge.- Parameters:
newValue
- java.lang.Object
-
setSecond
This method was created in VisualAge.- Parameters:
newValue
- java.lang.Object
-
getFirst
This method was created in VisualAge.- Returns:
- java.lang.Object
-
getSecond
This method was created in VisualAge.- Returns:
- java.lang.Object
-
toString
This method was created in VisualAge.
-