|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.tuwien.ifs.commons.util.collection.Pair<S,T>
at.tuwien.ifs.commons.util.collection.Triple<S,T,U>
public class Triple<S,T,U>
A class that holds three typed objects together, similar to the Pair
.
Field Summary | |
---|---|
private U |
third
|
Constructor Summary | |
---|---|
Triple(S first,
T second,
U third)
|
Method Summary | |
---|---|
U |
getThird()
|
Methods inherited from class at.tuwien.ifs.commons.util.collection.Pair |
---|
getFirst, getSecond |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private U third
Constructor Detail |
---|
public Triple(S first, T second, U third)
Method Detail |
---|
public U getThird()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |