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