JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Record Class
org.klojang.util.Tuple2
Packages that use
Tuple2
Package
Description
org.klojang.util
Utility classes for working with strings, numbers, arrays, collections, etc.
Uses of
Tuple2
in
org.klojang.util
Methods in
org.klojang.util
that return
Tuple2
Modifier and Type
Method
Description
static <T,
U>
Tuple2
<T,
U>
Tuple2.
of
(T first, U second)
Returns a
Tuple2
consisting of the specified components.