A
B
C
public static class Lang.Triple<A,B,C> extends Object
A tuple with three elements
_1
_2
_3
Triple(A _1, B _2, C _3)
boolean
equals(Object o)
first()
int
hashCode()
last()
second()
Lang.T3<A,B,C>
set1(A a)
set2(B b)
set3(C c)
third()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final A _1
public final B _2
public final C _3
public Triple(A _1, B _2, C _3)
public A first()
public B second()
public C third()
public C last()
public Lang.T3<A,B,C> set1(A a)
public Lang.T3<A,B,C> set2(B b)
public Lang.T3<A,B,C> set3(C c)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2014–2021 OSGL (Open Source General Library). All rights reserved.