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, toString
copyTo, copyTo, printUsage, toDoubleArray, toDoubleArrayArray, toIntArray, toIntArrayArray, toStringArray, toStringArray
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public 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 DataItem
public String[][] toStringArrayArray(String[][] target)
DataItem
null
. Returns
the filled array.toStringArrayArray
in class DataItem