JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
org.opencastproject.util.data.Tuple3
Packages that use
Tuple3
Package
Description
org.opencastproject.util.data
Uses of
Tuple3
in
org.opencastproject.util.data
Methods in
org.opencastproject.util.data
that return
Tuple3
Modifier and Type
Method
Description
static <A,
B,
C>
Tuple3
<A,
B,
C>
Tuple3.
tuple3
(A a, B b, C c)