hep.geant4.jni
Class ULongVector

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

public class ULongVector
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  ULongVector()
           
  ULongVector(long n)
           
protected ULongVector(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 long capacity()
           
 void clear()
           
 void delete()
           
 boolean empty()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 long get(int i)
           
protected static long getCPtr(ULongVector obj)
           
 void pushBack(long x)
           
 void reserve(long n)
           
 void set(int i, long 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

ULongVector

protected ULongVector(long cPtr,
                      boolean cMemoryOwn)

ULongVector

public ULongVector()

ULongVector

public ULongVector(long n)
Method Detail

getCPtr

protected static long getCPtr(ULongVector 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(long x)

get

public long get(int i)

set

public void set(int i,
                long x)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.