JavaScript is disabled on your browser.
Skip navigation links
Apache Juneau
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.apache.juneau.utils.Tuple3
Packages that use
Tuple3
Package
Description
org.apache.juneau.utils
Uses of
Tuple3
in
org.apache.juneau.utils
Methods in
org.apache.juneau.utils
that return
Tuple3
Modifier and Type
Method
Description
static <A,
B,
C>
Tuple3
<A,
B,
C>
Tuple3.
of
(A a, B b, C c)
Static creator.