JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
com.github.tadukoo.util.tuple.Triple
Packages that use
Triple
Package
Description
com.github.tadukoo.util.tuple
A collection of tuple classes for general use.
Uses of
Triple
in
com.github.tadukoo.util.tuple
Methods in
com.github.tadukoo.util.tuple
that return
Triple
Modifier and Type
Method
Description
static <L,
M,
R>
Triple
<L,
M,
R>
Triple.
of
(L left, M middle, R right)
Constructs a Triple of the three given objects.