|
Urbi SDK Remote for Java
2.7.5
|

Public Member Functions | |
| UValueVector (long cPtr, boolean cMemoryOwn) | |
| UValueVector (long n) | |
| void | add (UValue x) |
| long | capacity () |
| void | clear () |
| synchronized void | delete () |
| UValue | get (int i) |
| boolean | isEmpty () |
| void | reserve (long n) |
| void | set (int i, UValue val) |
| long | size () |
Static Public Member Functions | |
| static long | getCPtr (UValueVector obj) |
Protected Member Functions | |
| void | finalize () |
Protected Attributes | |
| boolean | swigCMemOwn |
Definition at line 11 of file UValueVector.java.