hep.geant4.jni
Class G4DataVector

java.lang.Object
  extended by hep.geant4.jni.DoubleVector
      extended by hep.geant4.jni.G4DataVector

public class G4DataVector
extends DoubleVector


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

T_G4DataVector

public static final int T_G4DataVector
Constructor Detail

G4DataVector

public G4DataVector(long cPtr,
                    boolean cMemoryOwn)

G4DataVector

public G4DataVector()

G4DataVector

public G4DataVector(long capacity)

G4DataVector

public G4DataVector(long capacity,
                    double value)
Method Detail

getCPtr

public static long getCPtr(G4DataVector obj)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class DoubleVector
Throws:
Throwable

delete

public void delete()
Overrides:
delete in class DoubleVector

equals

public boolean equals(Object obj)
Overrides:
equals in class DoubleVector

insertAt

public void insertAt(long arg0,
                     double arg1)

index

public long index(double arg0)

contains

public boolean contains(double arg0)

remove

public boolean remove(double arg0)

removeAll

public long removeAll(double arg0)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.