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