|
Urbi SDK Remote for Java
2.7.5
|
Class storing URBI List type. More...

Public Member Functions | |
| UList (long cPtr, boolean cMemoryOwn) | |
| UList (UList b) | |
| SWIGTYPE_p_urbi__UList__list_type__iterator | begin () |
| synchronized void | delete () |
| SWIGTYPE_p_urbi__UList__list_type__iterator | end () |
| UValue | front () |
| UValue | get (long i) |
| UValueVector | getArray () |
| void | pop_back () |
| UList | push_back (UValue v) |
| UList | push_back (UList v) |
| UList | push_back (UBinary v) |
| UList | push_back (USound v) |
| UList | push_back (UImage v) |
| UList | push_back (String v) |
| UList | push_back (int v) |
| UList | push_back (long v) |
| UList | push_back (double v) |
| UList | push_back (float v) |
| UList | push_back (char v) |
| UList | push_back (boolean v) |
| void | setArray (UValueVector value) |
| void | setOffset (long n) |
| UList | setValue (UList b) |
| UList | setValue (UVar v) |
| long | size () |
| String | toString () |
Static Public Member Functions | |
| static long | getCPtr (UList obj) |
Protected Member Functions | |
| void | finalize () |
Protected Attributes | |
| boolean | swigCMemOwn |
Class storing URBI List type.
Definition at line 15 of file UList.java.