Michael Miklavcic created METRON-2072:
-----------------------------------------
Summary: Add map get and put syntactic sugar to stellar and
stellar shell
Key: METRON-2072
URL: https://issues.apache.org/jira/browse/METRON-2072
Project: Metron
Issue Type: Improvement
Reporter: Michael Miklavcic
Expand the Stellar map functionality in stellar-common.
Examples:
{code:java}
mymap := {}
mymap['foo'] := 'bar'
mymap
{ 'foo' : 'bar' }
mymap['foo']
'bar'{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)