JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Class
org.javimmutable.collections.Tuple4
Packages that use
Tuple4
Package
Description
org.javimmutable.collections
Uses of
Tuple4
in
org.javimmutable.collections
Methods in
org.javimmutable.collections
that return
Tuple4
Modifier and Type
Method
Description
static <A,
B,
C,
D>
Tuple4
<A,
B,
C,
D>
Tuple4.
of
(A first, B second, C third, D fourth)