hep.geant4.jni
Class IntVector
java.lang.Object
hep.geant4.jni.IntVector
public class IntVector
- extends Object
swigCMemOwn
protected boolean swigCMemOwn
IntVector
protected IntVector(long cPtr,
boolean cMemoryOwn)
IntVector
public IntVector()
IntVector
public IntVector(long n)
getCPtr
protected static long getCPtr(IntVector 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()
capacity
public long capacity()
reserve
public void reserve(long n)
empty
public boolean empty()
clear
public void clear()
pushBack
public void pushBack(int x)
get
public int get(int i)
set
public void set(int i,
int x)
Copyright © 2000-2007 FreeHEP. All Rights Reserved.