public abstract class StringArrayArray extends DataList
| Modifier and Type | Class and Description |
|---|---|
static class |
StringArrayArray.Array
This implementation of IntArrayArray stores the data as an array of 2-arrays.
|
static class |
StringArrayArray.Inlined |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
abstract int |
getLengthAt(int n) |
abstract StringArray |
getValueAt(int n) |
abstract String |
getValueAt(int n,
int i) |
StringArrayArray |
toStringArrayArray() |
String[][] |
toStringArrayArray(String[][] target)
Copy the data into the specified array or into a new one
if the target parameter is
null. |
get, getStorageModel, item, readOnlyList, size, toDoubleArray, toDoubleArrayArray, toIntArray, toIntArrayArray, toStringcopyTo, copyTo, printUsage, toDoubleArray, toDoubleArrayArray, toIntArray, toIntArrayArray, toStringArray, toStringArrayadd, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArrayaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic abstract 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 DataItempublic String[][] toStringArrayArray(String[][] target)
DataItemnull. Returns
the filled array.toStringArrayArray in class DataItem