com.stackmob.sdk.util
Class Pair<T,U>

java.lang.Object
  extended by com.stackmob.sdk.util.Pair<T,U>

public class Pair<T,U>
extends Object


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

Constructor Detail

Pair

public Pair(T one,
            U two)
Method Detail

getFirst

public T getFirst()

getSecond

public U getSecond()


Copyright © 2011 StackMob. All Rights Reserved.