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 valuesTuple
Tuple. parse(Object obj)
Parse an object to this TupleTuple
Tuple. parse(List<?> seq)
Parse the values of seq and write them to this Tuple
-