cz.cuni.amis.utils
Class Tuple3<FIRST,SECOND,THIRD>

Package class diagram package Tuple3
java.lang.Object
  extended by cz.cuni.amis.utils.Tuple3<FIRST,SECOND,THIRD>

public class Tuple3<FIRST,SECOND,THIRD>
extends Object


Constructor Summary
Tuple3(FIRST first, SECOND second, THIRD third)
           
 
Method Summary
 FIRST getFirst()
           
 SECOND getSecond()
           
 THIRD getThird()
           
 void setFirst(FIRST first)
           
 void setSecond(SECOND second)
           
 void setThird(THIRD third)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tuple3

public Tuple3(FIRST first,
              SECOND second,
              THIRD third)
Method Detail

getFirst

public FIRST getFirst()

setFirst

public void setFirst(FIRST first)

getSecond

public SECOND getSecond()

setSecond

public void setSecond(SECOND second)

getThird

public THIRD getThird()

setThird

public void setThird(THIRD third)


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.