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