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