code.stuff
Class Pair<F,S>

java.lang.Object
  extended by code.stuff.Pair<F,S>

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


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

Field Detail

first

public final F first

second

public final S second
Constructor Detail

Pair

public Pair(F first,
            S second)