ListStream
Complete API reference for ListStream, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Lists
Component: no
public class ListStream
Constructors
| Signature | Description |
|---|---|
ListStream(List) | Executes ListStream and returns after the underlying engine call finishes. |
ListStream(List, int, ListStreamListener) | Creates a new instance of ListStream. |
ListStream(Object, List, int, ListStreamListener) | Creates a new instance of ListStream. |
ListStream(List, int, int, ListStreamListener) | Creates a new instance of ListStream. |
ListStream(Object, List, int, int, ListStreamListener) | Creates a new instance of ListStream. |
Attributes
| Name | Type | Description |
|---|---|---|
HALF_THREADS | int | Represents the HALF_THREADS value stored on this instance. Read or assign to update the property. |
MAX_THREADS | int | Represents the MAX_THREADS value stored on this instance. Read or assign to update the property. |
FIXED_THREADS | int | Represents the FIXED_THREADS value stored on this instance. Read or assign to update the property. |
Methods
| Signature | Returns | Description |
|---|---|---|
setThreadsSequence(int) | void | Sets or updates the threads sequence. |
setThreadsCount(int) | void | Sets or updates the threads count. |
setListStreamListener(ListStreamListener) | void | Sets or updates the list stream listener. |