structs
Class Pair<R,S>

java.lang.Object
  extended by structs.Pair<R,S>

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


Constructor Summary
Pair(R one, S two)
           
 
Method Summary
 R getFirst()
           
 S getSecond()
           
 boolean isNull()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pair

public Pair(R one,
            S two)
Method Detail

getFirst

public R getFirst()

getSecond

public S getSecond()

isNull

public boolean isNull()