- java.lang.Object
-
- org.holoeverywhere.util.Pair<F,S>
-
-
Constructor Summary
Constructors
| Constructor and Description |
Pair(F first,
S second) |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
static <A,B> Pair<A,B> |
create(A a,
B b) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
first
public final F first
-
second
public final S second
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
Copyright © 2012-2013. All Rights Reserved.