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.Tuple4
Packages that use
Tuple4
Package
Description
org.apache.juneau.utils
Uses of
Tuple4
in
org.apache.juneau.utils
Methods in
org.apache.juneau.utils
that return
Tuple4
Modifier and Type
Method
Description
static <A,
B,
C,
D>
Tuple4
<A,
B,
C,
D>
Tuple4.
of
(A a, B b, C c, D d)
Static creator.