A - The type of the first object in the triple.B - The type of the second object in the triple.C - The type of the third object in the triple.public class Triple<A,B,C> extends Object implements Serializable
A, the second of
type B, and the third of type C. This class implements equals and
hashcode and can be used as keys to maps.Copyright © 2017. All rights reserved.