|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Triple | |
|---|---|
| util | |
| Uses of Triple in util |
|---|
| Methods in util that return Triple | ||
|---|---|---|
static
|
Triple.of(A a,
B b,
C c)
A more readable synonym for triple(A, B, C). |
|
static
|
Triple.triple(A a,
B b,
C c)
A convenience method so that the types of the elements don't have to be given explicitly. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||