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