org.gcube.vremanagement.vremodeler.impl.util
Class Pair<A,B>

java.lang.Object
  extended by 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)
           
 
Method Summary
 A getFirst()
           
 B getSecond()
           
 void setFirst(A first)
           
 void setSecond(B second)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pair

public Pair(A first,
            B second)
Method Detail

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.