|
||||||||||
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.StringArrayArray
public abstract class StringArrayArray
Nested Class Summary | |
---|---|
static class |
StringArrayArray.Array
This implementation of IntArrayArray stores the data as an array of 2-arrays. |
static class |
StringArrayArray.Inlined
|
Method Summary | |
---|---|
int |
getLength()
|
abstract int |
getLengthAt(int n)
|
abstract StringArray |
getValueAt(int n)
|
abstract java.lang.String |
getValueAt(int n,
int i)
|
StringArrayArray |
toStringArrayArray()
|
java.lang.String[][] |
toStringArrayArray(java.lang.String[][] target)
Copy the data into the specified array or into a new one if the target parameter is null . |
Methods inherited from class de.jreality.scene.data.DataList |
---|
get, getStorageModel, item, readOnlyList, size, toDoubleArray, toDoubleArrayArray, toIntArray, toIntArrayArray, toString |
Methods inherited from class de.jreality.scene.data.DataItem |
---|
copyTo, copyTo, printUsage, toDoubleArray, toDoubleArrayArray, toIntArray, toIntArrayArray, toStringArray, toStringArray |
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 |
Method Detail |
---|
public abstract java.lang.String getValueAt(int n, int i)
public final int getLength()
public abstract int getLengthAt(int n)
public abstract StringArray getValueAt(int n)
public final StringArrayArray toStringArrayArray()
toStringArrayArray
in class DataItem
public java.lang.String[][] toStringArrayArray(java.lang.String[][] target)
DataItem
null
. Returns
the filled array.
toStringArrayArray
in class DataItem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |