public class Array extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
Array() |
|
Array(Array arg0) |
|
Array(long n) |
protected |
Array(long cPtr,
boolean cMemoryOwn) |
|
Array(long n,
double fill) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
double |
get(long i) |
protected static long |
getCPtr(Array obj) |
void |
set(long i,
double x) |
long |
size() |
String |
toString() |
protected Array(long cPtr,
boolean cMemoryOwn)
public Array()
public Array(long n,
double fill)
public Array(long n)
public Array(Array arg0)
protected static long getCPtr(Array obj)
public void delete()
public long size()
public double get(long i)
public void set(long i,
double x)
Copyright © 2017. All rights reserved.