public interface Triple<F,S,T>
F
getFirst()
S
getSecond()
T
getThird()
F getFirst()
S getSecond()
T getThird()