Packages

package jodd

Type Members

  1. class FixedJoddJsonParser extends JsonParser
  2. 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)

Ungrouped