Package jodd.json

Class LazyMap

All Implemented Interfaces:
Map

public class LazyMap extends AbstractMap
This map only builds once you ask for a key for the first time. It is designed to not incur the overhead of creating a map unless needed. Taken from Boon project (https://github.com/boonproject/boon)