public class PComplexList extends ComplexListBase<PComplex>
| Constructor and Description |
|---|
PComplexList() |
PComplexList(java.util.Collection<PComplex> collection) |
PComplexList(float[] r,
float[] theta) |
PComplexList(int descap,
boolean setsize) |
PComplexList(java.util.List<java.lang.Float> r,
java.util.List<java.lang.Float> theta) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
PComplex element) |
PComplex |
get(int index) |
float[] |
r() |
float |
r(int ndx) |
PComplex |
remove(int index) |
PComplex |
set(int index,
PComplex element) |
float[] |
theta() |
float |
theta(int ndx) |
ensureCapacity, setSize, size, toStringadd, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArraypublic PComplexList()
public PComplexList(int descap,
boolean setsize)
public PComplexList(java.util.Collection<PComplex> collection)
public PComplexList(java.util.List<java.lang.Float> r,
java.util.List<java.lang.Float> theta)
public PComplexList(float[] r,
float[] theta)