public class VgPointDescriptorVector
extends java.lang.Object
Constructor and Description |
---|
VgPointDescriptorVector() |
VgPointDescriptorVector(long n) |
Modifier and Type | Method and Description |
---|---|
void |
add(VgPointDescriptorRefPtr x) |
long |
capacity() |
void |
clear() |
void |
delete() |
VgPointDescriptorRefPtr |
get(int i) |
boolean |
isEmpty() |
void |
reserve(long n) |
void |
set(int i,
VgPointDescriptorRefPtr val) |
long |
size() |
public VgPointDescriptorVector()
public VgPointDescriptorVector(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(VgPointDescriptorRefPtr x)
public VgPointDescriptorRefPtr get(int i)
public void set(int i, VgPointDescriptorRefPtr val)