|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SA | |
---|---|
spark.data | The Spark data facility provides a general mechanism for accessing objects and their components. |
spark.data.io | The Spark IO system contains classes for persisting and serializing Spark objects. |
Uses of SA in spark.data |
---|
Classes in spark.data that implement SA | |
---|---|
class |
SArray
This is a concrete implementation of SA that implements arrays with arbitrary content and of dynamic length. |
Methods in spark.data that return SA | |
---|---|
SA |
SArray.extract(int first,
int last)
|
SA |
SA.extract(int first,
int last)
Functions the same as delete except that the values to be deleted are first copied out of the array and then returned as an array. |
SA |
SObj.getArray(java.lang.String name)
|
SA |
SO.getArray(java.lang.String name)
|
SA |
SV.getSA()
if the type is ARRAY then the value is returned, otherwise an exception is thrown. |
SA |
SArray.getSA(int index)
|
SA |
SA.getSA(int index)
|
Methods in spark.data with parameters of type SA | |
---|---|
void |
SArray.add(SA val)
|
void |
SA.add(SA val)
|
void |
SArray.insert(int index,
SA vals)
|
void |
SA.insert(int index,
SA vals)
Inserts a bunch of values into the array. |
boolean |
SV.match(SA a)
|
void |
SArray.set(int index,
SA val)
|
void |
SA.set(int index,
SA val)
|
void |
SV.set(SA val)
Changes the value to an ARRAY |
void |
SObj.set(java.lang.String name,
SA value)
|
void |
SO.set(java.lang.String name,
SA value)
|
Constructors in spark.data with parameters of type SA | |
---|---|
SV(SA val)
Creates an SV with an ARRAY type |
Uses of SA in spark.data.io |
---|
Methods in spark.data.io that return SA | |
---|---|
SA |
TypeFactorySimple.makeArray()
|
SA |
TypeFactoryReflect.makeArray()
|
SA |
TypeFactory.makeArray()
SAs are not typed generally. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |