Quantcast
Channel: Groovy Archives - Java Code Geeks
Viewing all articles
Browse latest Browse all 10

Groovy Dictionary Example

$
0
0
In this article we will see how to have a Dictionary in Groovy. Groovy does not have a built in dictionary like Python language. However we can use the Map data structure for manipulating a Dictionary. To understand this article, the reader should have a better understanding of how Map works in Groovy. You can …

Viewing all articles
Browse latest Browse all 10

Trending Articles