I really like static typing, but sometimes it can get in your way. For instance if you have a collection of objects and you want to perform an operation on the objects of a certain subclass you can run into problems.
Getting around static typing in Scala
January 23rd, 2010 by Jan Kronquist — Java
Tags: collections, programming, scala
Google Collections
October 22nd, 2009 by Sune Simonsen — Java, Tips & Tricks
Google Collections is a natural evolution from the standard collections API in Java, bringing a much broader range of functionality to the existing collections and also providing several new collections for its users. The library plays nice with the standard collections and uses existing functionality where possible. Here is a list of useful facts before [...]
Tags: api, bimap, collections, frameworks, google, immutability, iterable, iterator, multimap, multiset, ordering, programming
