hep.ilc.marlin.jni
Class MCParticleVector

java.lang.Object
  extended by hep.ilc.marlin.jni.MCParticleVector

public class MCParticleVector
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  MCParticleVector()
           
  MCParticleVector(long n)
           
protected MCParticleVector(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void add(MCParticle x)
           
 long capacity()
           
 void clear()
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 MCParticle get(int i)
           
protected static long getCPtr(MCParticleVector obj)
           
 int hashCode()
           
 boolean isEmpty()
           
 void reserve(long n)
           
 void set(int i, MCParticle x)
           
 long size()
           
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

MCParticleVector

protected MCParticleVector(long cPtr,
                           boolean cMemoryOwn)

MCParticleVector

public MCParticleVector()

MCParticleVector

public MCParticleVector(long n)
Method Detail

getCPtr

protected static long getCPtr(MCParticleVector 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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

size

public long size()

capacity

public long capacity()

reserve

public void reserve(long n)

isEmpty

public boolean isEmpty()

clear

public void clear()

add

public void add(MCParticle x)

get

public MCParticle get(int i)

set

public void set(int i,
                MCParticle x)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.