org.mymedialite.datatype
Class Pair<F,S>

java.lang.Object
  extended by org.mymedialite.datatype.Pair<F,S>
Type Parameters:
F -
S -

public class Pair<F,S>
extends java.lang.Object


Field Summary
 F first
           
 S second
           
 
Constructor Summary
Pair(F first, S second)
          Create a Pair object from existing data.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

first

public F first

second

public S second
Constructor Detail

Pair

public Pair(F first,
            S second)
Create a Pair object from existing data.

Parameters:
first - the first component
second - the second component