de.jreality.scene.data
Class IntArrayArray.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.IntArrayArray
                      extended by de.jreality.scene.data.IntArrayArray.Inlined
All Implemented Interfaces:
Serializable, Iterable, Collection, List
Enclosing class:
IntArrayArray

public static final class IntArrayArray.Inlined
extends IntArrayArray

See Also:
Serialized Form

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

IntArrayArray.Inlined

public IntArrayArray.Inlined(int[] initialData,
                             int numPerEntry)

IntArrayArray.Inlined

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

toIntArray

public IntArray toIntArray()
Overrides:
toIntArray in class DataList

getLengthAt

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

getValueAt

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

getValueAt

public IntArray getValueAt(int n)
Specified by:
getValueAt in class IntArrayArray

item

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