|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthep.geant4.jni.DoubleVector
hep.geant4.jni.G4DataVector
public class G4DataVector
| Field Summary | |
|---|---|
static int |
T_G4DataVector
|
| Fields inherited from class hep.geant4.jni.DoubleVector |
|---|
swigCMemOwn |
| Constructor Summary | |
|---|---|
G4DataVector()
|
|
G4DataVector(long capacity)
|
|
G4DataVector(long cPtr,
boolean cMemoryOwn)
|
|
G4DataVector(long capacity,
double value)
|
|
| Method Summary | |
|---|---|
boolean |
contains(double arg0)
|
void |
delete()
|
boolean |
equals(Object obj)
|
protected void |
finalize()
|
static long |
getCPtr(G4DataVector obj)
|
long |
index(double arg0)
|
void |
insertAt(long arg0,
double arg1)
|
boolean |
remove(double arg0)
|
long |
removeAll(double arg0)
|
| Methods inherited from class hep.geant4.jni.DoubleVector |
|---|
capacity, clear, empty, get, getCPtr, pushBack, reserve, set, size |
| Methods inherited from class java.lang.Object |
|---|
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int T_G4DataVector
| Constructor Detail |
|---|
public G4DataVector(long cPtr,
boolean cMemoryOwn)
public G4DataVector()
public G4DataVector(long capacity)
public G4DataVector(long capacity,
double value)
| Method Detail |
|---|
public static long getCPtr(G4DataVector obj)
protected void finalize()
throws Throwable
finalize in class DoubleVectorThrowablepublic void delete()
delete in class DoubleVectorpublic boolean equals(Object obj)
equals in class DoubleVector
public void insertAt(long arg0,
double arg1)
public long index(double arg0)
public boolean contains(double arg0)
public boolean remove(double arg0)
public long removeAll(double arg0)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||