hep.geant4.jni
Class G4StringG4AttDefMap

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

public class G4StringG4AttDefMap
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4StringG4AttDefMap()
           
G4StringG4AttDefMap(G4StringG4AttDefMap arg0)
           
G4StringG4AttDefMap(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void clear()
           
 void del(String key)
           
 void delete()
           
 boolean empty()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 G4AttDef get(String key)
           
static long getCPtr(G4StringG4AttDefMap obj)
           
 boolean hasKey(String key)
           
 void set(String key, G4AttDef 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

G4StringG4AttDefMap

public G4StringG4AttDefMap(long cPtr,
                           boolean cMemoryOwn)

G4StringG4AttDefMap

public G4StringG4AttDefMap()

G4StringG4AttDefMap

public G4StringG4AttDefMap(G4StringG4AttDefMap arg0)
Method Detail

getCPtr

public static long getCPtr(G4StringG4AttDefMap 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 G4AttDef get(String key)

set

public void set(String key,
                G4AttDef x)

del

public void del(String key)

hasKey

public boolean hasKey(String key)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.