public class Triple<A,B,C> extends Tuple3<A,B,C> implements Serializable
Triple(A first, B second, C third)
static <T1,T2,T3> Triple<T1,T2,T3>
of(T1 first, T2 second, T3 third)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Triple(A first, B second, C third)
public static <T1,T2,T3> Triple<T1,T2,T3> of(T1 first, T2 second, T3 third)
Copyright © 2024 fossc. All rights reserved.