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