JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.geotools.ysld.Tuple
Packages that use
Tuple
Package
Description
org.geotools.ysld
Uses of
Tuple
in
org.geotools.ysld
Methods in
org.geotools.ysld
that return
Tuple
Modifier and Type
Method
Description
static
Tuple
Tuple.
of
(int n)
Returns an empty tuple of length n.
static
Tuple
Tuple.
of
(
Object
... values)
Return a tuple comprised of the passed values
Tuple
Tuple.
parse
(
Object
obj)
Parse an object to this Tuple
Tuple
Tuple.
parse
(
List
<?> seq)
Parse the values of seq and write them to this Tuple