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

java.lang.Object
  extended by org.gcube.vremanagement.vremodeler.impl.util.Pair<A,B>
      extended by org.gcube.vremanagement.vremodeler.impl.util.Triple<A,B,C>

public class Triple<A,B,C>
extends Pair<A,B>


Constructor Summary
Triple(A first, B second, C third)
           
 
Method Summary
 C getThird()
           
 
Methods inherited from class org.gcube.vremanagement.vremodeler.impl.util.Pair
getFirst, getSecond, setFirst, setSecond
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Triple

public Triple(A first,
              B second,
              C third)
Method Detail

getThird

public C getThird()


Copyright © 2013. All Rights Reserved.