| Modifier and Type | Method and Description |
|---|---|
IRISList |
IRIS.classMethodIRISList(String className,
String methodName,
Object... args)
Calls an IRIS ObjectScript class method, passing 0 or more arguments and
returning the method's return value as an instance of
IRISList. |
IRISList |
IRISList.concat(IRISList list)
Create a new IRISList by appending
specified list to the end of this IRISList.
|
IRISList |
IRIS.functionIRISList(String functionName,
String routineName,
Object... args)
Calls an IRIS ObjectScript function, passing 0 or more arguments and
returning the function's return value as an instance of
IRISList. |
IRISList |
IRIS.getIRISList(String globalName,
Object... subscripts)
Gets the value of the global as an instance of IRISList.
|
IRISList |
IRISList.getList(int index)
Get current element at given index as IRISList.
|
IRISList |
IRISList.subList(int from,
int to)
Return a new IRISList that is obtained by getting all the elements of
this list starting at from index, and ending at to index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IRISList.add(IRISList list)
Append IRISList value to the end of the list.
|
IRISList |
IRISList.concat(IRISList list)
Create a new IRISList by appending
specified list to the end of this IRISList.
|
void |
IRIS.set(IRISList value,
String globalName,
Object... subscripts)
Sets the current node's value to the given
IRISList value. |
| Constructor and Description |
|---|
IRISList(IRISList list)
Create a copy of the provided list.
|
Copyright © 2000-2025 InterSystems Corporation. All rights reserved.