hep.geant4.jni
Class G4PTblDictionary

java.lang.Object
  extended by hep.geant4.jni.G4PTblDictionary

public class G4PTblDictionary
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4PTblDictionary()
           
G4PTblDictionary(G4PTblDictionary arg0)
           
G4PTblDictionary(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void clear()
           
 void del(String key)
           
 void delete()
           
 boolean empty()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 G4ParticleDefinition get(String key)
           
static long getCPtr(G4PTblDictionary obj)
           
 boolean hasKey(String key)
           
 void set(String key, G4ParticleDefinition x)
           
 long size()
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4PTblDictionary

public G4PTblDictionary(long cPtr,
                        boolean cMemoryOwn)

G4PTblDictionary

public G4PTblDictionary()

G4PTblDictionary

public G4PTblDictionary(G4PTblDictionary arg0)
Method Detail

getCPtr

public static long getCPtr(G4PTblDictionary obj)

finalize

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

delete

public void delete()

equals

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

size

public long size()

empty

public boolean empty()

clear

public void clear()

get

public G4ParticleDefinition get(String key)

set

public void set(String key,
                G4ParticleDefinition x)

del

public void del(String key)

hasKey

public boolean hasKey(String key)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.