Google Collections LIbrary 1.0 final

    The final version of the Google Collections Library has finally arrived, a collection library that essentially complements the standard collections.
    What is in Google Collections?
    • Additional collection types Multimap, Multiset, BiMap
    • There are also immutable collection types that are convenient in multi-threaded programs.
    • Utility Classes for Lists, Sets, and Cards
    • And much moreā€¦

    I advise you to use this library in order not to create your own bikes.
    Video tutorials on using the library
    project link

    Also popular now: