|
VisioMove SDK (Android)
2.1.22
|
Public Member Functions | |
| VgNearPlaceVector () | |
| VgNearPlaceVector (long n) | |
| long | size () |
| long | capacity () |
| void | reserve (long n) |
| boolean | isEmpty () |
| void | clear () |
| void | add (VgNearPlace x) |
| VgNearPlace | get (int i) |
| void | set (int i, VgNearPlace val) |
| VgNearPlaceVector.VgNearPlaceVector | ( | ) |
| VgNearPlaceVector.VgNearPlaceVector | ( | long | n | ) |
| void VgNearPlaceVector.add | ( | VgNearPlace | x | ) |
| long VgNearPlaceVector.capacity | ( | ) |
| void VgNearPlaceVector.clear | ( | ) |
| VgNearPlace VgNearPlaceVector.get | ( | int | i | ) |
| boolean VgNearPlaceVector.isEmpty | ( | ) |
| void VgNearPlaceVector.reserve | ( | long | n | ) |
| void VgNearPlaceVector.set | ( | int | i, |
| VgNearPlace | val | ||
| ) |
| long VgNearPlaceVector.size | ( | ) |