Code Examples
A repository of 155 code examples for BeepBeep
util.PackExample Class Reference

Use the Pack processor to accumulate events into a list. More...

Static Public Member Functions

static void main (String[] args)
 

Detailed Description

Use the Pack processor to accumulate events into a list.

Graphically, this chain of processors can be represented as:

Processor graph

The output of this program is:

[3]
[1, 4, 1, 5]
[9, 2]
[6, 5]
Author
Sylvain Hallé Easy

Definition at line 43 of file PackExample.java.


The documentation for this class was generated from the following file: