hep.geant4.jni
Class G4CollectionNameVector

java.lang.Object
  extended by hep.geant4.jni.StringVector
      extended by hep.geant4.jni.G4CollectionNameVector

public class G4CollectionNameVector
extends StringVector


Field Summary
 
Fields inherited from class hep.geant4.jni.StringVector
swigCMemOwn
 
Constructor Summary
G4CollectionNameVector()
           
G4CollectionNameVector(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4CollectionNameVector obj)
           
 void insert(String s)
           
 
Methods inherited from class hep.geant4.jni.StringVector
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
 

Constructor Detail

G4CollectionNameVector

public G4CollectionNameVector(long cPtr,
                              boolean cMemoryOwn)

G4CollectionNameVector

public G4CollectionNameVector()
Method Detail

getCPtr

public static long getCPtr(G4CollectionNameVector obj)

finalize

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

delete

public void delete()
Overrides:
delete in class StringVector

equals

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

insert

public void insert(String s)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.