Pairpublic class Pair extends Object
Fields Summary |
---|
public final F | first | public final S | second |
Constructors Summary |
---|
public Pair(F first, S second) throw new RuntimeException("Stub!");
|
Methods Summary |
---|
public static android.util.Pair | create(A a, B b) throw new RuntimeException("Stub!");
| public boolean | equals(java.lang.Object o) throw new RuntimeException("Stub!");
| public int | hashCode() throw new RuntimeException("Stub!");
|
|