org.androidannotations.helper
Class Pair<A,B>

java.lang.Object
  extended by org.androidannotations.helper.Pair<A,B>

public class Pair<A,B>
extends Object


Constructor Summary
Pair(A objectA, B objectB)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Pair

public Pair(A objectA,
            B objectB)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010-2014. All Rights Reserved.