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

Use the PutInto processor to update a map from two input streams. More...

Static Public Member Functions

static void main (String[] args)
 

Detailed Description

Use the PutInto processor to update a map from two input streams.

The output of this program is:

{foo=1}
{bar=abc, foo=1}
{bar=abc, foo=def}
{bar=abc, foo=def, baz=6}
Author
Sylvain Hallé

Definition at line 38 of file MapPutInto.java.


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