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