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