/java-any

An immutable data structure that provide an uniform interface to map, list or scalar data

Primary LanguageJavaApache License 2.0Apache-2.0

Desig goals

  • Does not return null
  • Value object (thread safety, predictability, functional and things like that)
  • See Martin Fowler's ListAndHash