com.rosaloves.bitlyj.data
Class Pair<A,B>

java.lang.Object
  extended by com.rosaloves.bitlyj.data.Pair<A,B>

public final class Pair<A,B>
extends Object

$Id: Pair.java 123 2010-07-20 12:01:48Z chris@rosaloves.com $

Author:
clewis Jul 19, 2010

Method Summary
 A getOne()
           
 B getTwo()
           
static
<A,B> Pair<A,B>
p(A one, B two)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

p

public static <A,B> Pair<A,B> p(A one,
                                B two)

getOne

public A getOne()

getTwo

public B getTwo()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010. All Rights Reserved.