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