|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList
de.jreality.scene.data.DataItem
de.jreality.scene.data.DataList
de.jreality.scene.data.DoubleArrayArray
de.jreality.scene.data.DoubleArrayArray.Array
public static final class DoubleArrayArray.Array
This implementation of DoubleArrayArray stores the data as an array of 2-arrays.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class de.jreality.scene.data.DoubleArrayArray |
---|
DoubleArrayArray.Array, DoubleArrayArray.Inlined |
Constructor Summary | |
---|---|
DoubleArrayArray.Array(double[][] data)
|
|
DoubleArrayArray.Array(double[][] data,
int numPerEntry)
|
Method Summary | |
---|---|
int |
getLength()
|
int |
getLengthAt(int n)
|
DoubleArray |
getValueAt(int n)
|
double |
getValueAt(int n,
int i)
|
DataItem |
item(int index)
|
Methods inherited from class de.jreality.scene.data.DoubleArrayArray |
---|
toDoubleArrayArray, toDoubleArrayArray |
Methods inherited from class de.jreality.scene.data.DataList |
---|
get, getStorageModel, readOnlyList, size, toDoubleArray, toIntArray, toIntArrayArray, toString |
Methods inherited from class de.jreality.scene.data.DataItem |
---|
copyTo, copyTo, printUsage, toDoubleArray, toIntArray, toIntArrayArray, toStringArray, toStringArray, toStringArrayArray, toStringArrayArray |
Methods inherited from class java.util.AbstractList |
---|
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, set, subList |
Methods inherited from class java.util.AbstractCollection |
---|
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray |
Constructor Detail |
---|
public DoubleArrayArray.Array(double[][] data)
public DoubleArrayArray.Array(double[][] data, int numPerEntry)
Method Detail |
---|
public double getValueAt(int n, int i)
getValueAt
in class DoubleArrayArray
public int getLength()
getLength
in class DoubleArrayArray
public int getLengthAt(int n)
getLengthAt
in class DoubleArrayArray
public DoubleArray getValueAt(int n)
getValueAt
in class DoubleArrayArray
public DataItem item(int index)
item
in class DataList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |