Package | Description |
---|---|
com.ibm.as400.access.list |
Provides classes that efficiently access lists of resources on an IBM i
system.
|
Modifier and Type | Method | Description |
---|---|---|
Enumeration |
OpenList.getItems() |
Returns the list of items.
|
Object[] |
OpenList.getItems(int listOffset,
int number) |
Returns an array of items, which can be a subset of the entire list built on the system.
|
int |
OpenList.getLength() |
Returns the number of items in the list the system has built.
|
void |
OpenList.open() |
Loads the list of items on the system.
|
Copyright © 2024. All rights reserved.