com.aldebaran.qi
public class Tuple extends Object
| Constructor and Description |
|---|
Tuple(int size) |
public static Tuple of(Object... values)
Expose it as a static method to avoid conflicts with Tuple(size).
values - the valuespublic static Tuple fromStruct(Object struct) throws QiConversionException
QiConversionExceptionpublic int size()
public Object get(int index)
public <T> void set(int index,
T value)
Copyright © 2019. All rights reserved.