public class MapPosVector
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
MapPosVector() |
MapPosVector(long n) |
MapPosVector(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(MapPos x) |
long |
capacity() |
void |
clear() |
void |
delete() |
protected void |
finalize() |
MapPos |
get(int i) |
static long |
getCPtr(MapPosVector obj) |
boolean |
isEmpty() |
void |
reserve(long n) |
void |
set(int i,
MapPos val) |
long |
size() |
public MapPosVector(long cPtr,
boolean cMemoryOwn)
public MapPosVector()
public MapPosVector(long n)
public static long getCPtr(MapPosVector obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public long size()
public long capacity()
public void reserve(long n)
public boolean isEmpty()
public void clear()
public void add(MapPos x)
public MapPos get(int i)
public void set(int i,
MapPos val)