package jodd
Type Members
- class FixedJoddJsonParser extends JsonParser
-
class
FixedLazyMap extends AbstractMap
This map only builds once you ask for a key for the first time.
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)