Search
Pair(TFirst, TSecond) Members
Constructors Methods
 


Defines a class used to store two related objects.

The following tables list the members exposed by the Pair(TFirst, TSecond) type.

 Public Constructors

  Name Description

Pair

Overloaded.  

 Public Methods

  Name Description

equals

 

getFirst

Gets the first object in the pair.

getSecond

Gets the second object in the pair.

hashCode

 

setFirst

Gets the first object in the pair.

setSecond

Sets the second object in the pair.

toString

 

 See Also