public class Triple<A,B,C> extends Object implements Serializable
A
a
B
b
C
c
Triple(A a, B b, C c)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final A a
public final B b
public final C c
public Triple(A a, B b, C c)
Copyright © 2015–2021 Fiji. All rights reserved.