- optimized internal collection and map instantiation
Collection
andMap
constructors are now private (use the staticcreate()
method instead)- renamed
Map::map()
toMap::remap()
- new methods:
Map::create()
Map::map()
Map::build()
Map::setPairs()
Map::apply()
Map::merge()
Map::intersectKeys()
Map::uintersectKeys()
Map::diffKeys()
Map::udiffKeys()
Collection::create()
Collection::collect()
Collection::setValues()
Collection::pad()
Collection::mapColumn()
Collection::merge()
- replaced most of
IterableHelper
with a library and marked it as@internal
Initial release