public class Triple<F,S,T> extends Object
F
first
S
second
T
third
Triple(F first, S second, T third)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public F first
public S second
public T third
public Triple(F first, S second, T third)
Copyright © 2012–2022. All rights reserved.