de.jreality.scene.data
Class DoubleArrayArray.Inlined

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList
          extended by de.jreality.scene.data.DataItem
              extended by de.jreality.scene.data.DataList
                  extended by de.jreality.scene.data.DoubleArrayArray
                      extended by de.jreality.scene.data.DoubleArrayArray.Inlined
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.List
Enclosing class:
DoubleArrayArray

public static final class DoubleArrayArray.Inlined
extends DoubleArrayArray

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class de.jreality.scene.data.DoubleArrayArray
DoubleArrayArray.Array, DoubleArrayArray.Inlined
 
Constructor Summary
DoubleArrayArray.Inlined(double[] initialData, int numPerEntry)
           
DoubleArrayArray.Inlined(double[] initialData, int numPerEntry, int firstEntry, int numEntries)
           
 
Method Summary
 int getLength()
           
 int getLengthAt(int n)
           
 DoubleArray getValueAt(int n)
           
 double getValueAt(int n, int i)
           
 DataItem item(int index)
           
 DoubleArray toDoubleArray()
           
 
Methods inherited from class de.jreality.scene.data.DoubleArrayArray
toDoubleArrayArray, toDoubleArrayArray
 
Methods inherited from class de.jreality.scene.data.DataList
get, getStorageModel, readOnlyList, size, 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

DoubleArrayArray.Inlined

public DoubleArrayArray.Inlined(double[] initialData,
                                int numPerEntry)

DoubleArrayArray.Inlined

public DoubleArrayArray.Inlined(double[] initialData,
                                int numPerEntry,
                                int firstEntry,
                                int numEntries)
Method Detail

toDoubleArray

public DoubleArray toDoubleArray()
Overrides:
toDoubleArray in class DataList

getLength

public final int getLength()
Specified by:
getLength in class DoubleArrayArray

getLengthAt

public int getLengthAt(int n)
Specified by:
getLengthAt in class DoubleArrayArray

getValueAt

public double getValueAt(int n,
                         int i)
Specified by:
getValueAt in class DoubleArrayArray

getValueAt

public DoubleArray getValueAt(int n)
Specified by:
getValueAt in class DoubleArrayArray

item

public DataItem item(int index)
Overrides:
item in class DataList