public class NodeVector extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
NodeVector() |
|
NodeVector(long n) |
protected |
NodeVector(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(NodePair x) |
long |
capacity() |
void |
clear() |
void |
delete() |
protected void |
finalize() |
NodePair |
get(int i) |
protected static long |
getCPtr(NodeVector obj) |
boolean |
isEmpty() |
void |
reserve(long n) |
void |
set(int i,
NodePair val) |
long |
size() |
protected NodeVector(long cPtr,
boolean cMemoryOwn)
public NodeVector()
public NodeVector(long n)
protected static long getCPtr(NodeVector obj)
public void delete()
public long size()
public long capacity()
public void reserve(long n)
public boolean isEmpty()
public void clear()
public void add(NodePair x)
public NodePair get(int i)
public void set(int i,
NodePair val)
Copyright © 2017. All rights reserved.