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