public class Tuple3<A,B,C> extends Object
| Modifier and Type | Method and Description |
|---|---|
A |
getFirst() |
B |
getSecond() |
C |
getThird() |
static <A,B,C> Tuple3<A,B,C> |
tuple3(A a,
B b,
C c) |
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.