JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Uses of Class
com.google.template.soy.internal.base.Pair
Packages that use
Pair
Package
Description
com.google.template.soy.internal.base
Internal base libraries.
Uses of
Pair
in
com.google.template.soy.internal.base
Methods in
com.google.template.soy.internal.base
that return
Pair
Modifier and Type
Method and Description
static <A,B>
Pair
<A,B>
Pair.
of
(A first, B second)
Creates a new pair containing the given elements in order.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes