![]() |
Code Examples
A repository of 155 code examples for BeepBeep
|
Use the Pack processor to accumulate events into a list. More...
Static Public Member Functions | |
static void | main (String[] args) |
Use the Pack processor to accumulate events into a list.
Graphically, this chain of processors can be represented as:
The output of this program is:
[3] [1, 4, 1, 5] [9, 2] [6, 5]
Definition at line 43 of file PackExample.java.