public class LayerConfigVector
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
protected boolean |
swigCMemOwn |
构造器和说明 |
---|
LayerConfigVector() |
LayerConfigVector(long n) |
LayerConfigVector(long cPtr,
boolean cMemoryOwn) |
限定符和类型 | 方法和说明 |
---|---|
void |
add(LayerConfig x) |
long |
capacity() |
void |
clear() |
void |
delete() |
protected void |
finalize() |
LayerConfig |
get(int i) |
static long |
getCPtr(LayerConfigVector obj) |
boolean |
isEmpty() |
void |
reserve(long n) |
void |
set(int i,
LayerConfig val) |
long |
size() |
public LayerConfigVector(long cPtr, boolean cMemoryOwn)
public LayerConfigVector()
public LayerConfigVector(long n)
public static long getCPtr(LayerConfigVector obj)
protected void finalize()
finalize
在类中 java.lang.Object
public void delete()
public long size()
public long capacity()
public void reserve(long n)
public boolean isEmpty()
public void clear()
public void add(LayerConfig x)
public LayerConfig get(int i)
public void set(int i, LayerConfig val)