Collections v3.2.0 Release Notes

Release Date: 2015-02-14 // about 9 years ago
  • โž• Add

    • โž• Added flatMap method, just like the Scala and Javascript implementation.

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ The default Queue implementation uses Doubly Linked List.
    • 0๏ธโƒฃ The default Stack implementation uses Doubly Linked List.

    ๐Ÿ—„ Deprecated

    • Deprecated slice method, now we can use the take, this is part of the Reactive Extensions initiative.
    • ๐Ÿ—„ Deprecated Expression search API