public class VgNearPlaceVector
extends java.lang.Object
Constructor and Description |
---|
VgNearPlaceVector() |
VgNearPlaceVector(long n) |
Modifier and Type | Method and Description |
---|---|
void |
add(VgNearPlace x) |
long |
capacity() |
void |
clear() |
void |
delete() |
VgNearPlace |
get(int i) |
boolean |
isEmpty() |
void |
reserve(long n) |
void |
set(int i,
VgNearPlace val) |
long |
size() |
public VgNearPlaceVector()
public VgNearPlaceVector(long n)
public void delete()
public long size()
public long capacity()
public void reserve(long n)
public boolean isEmpty()
public void clear()
public void add(VgNearPlace x)
public VgNearPlace get(int i)
public void set(int i, VgNearPlace val)