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