cz.cuni.amis.utils
Class Tuple3<FIRST,SECOND,THIRD>
java.lang.Object
cz.cuni.amis.utils.Tuple3<FIRST,SECOND,THIRD>
public class Tuple3<FIRST,SECOND,THIRD>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tuple3
public Tuple3(FIRST first,
SECOND second,
THIRD third)
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 © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.