org.gcube.vremanagement.vremodeler.impl.util
Class Pair<A,B>
java.lang.Object
org.gcube.vremanagement.vremodeler.impl.util.Pair<A,B>
- Direct Known Subclasses:
- Triple
public class Pair<A,B>
- extends Object
|
Constructor Summary |
Pair(A first,
B second)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Pair
public Pair(A first,
B second)
getFirst
public A getFirst()
setFirst
public void setFirst(A first)
getSecond
public B getSecond()
setSecond
public void setSecond(B second)
Copyright © 2013. All Rights Reserved.