Scala collections API is rather nice.
The way that both mutable and immutable types follow the same tree structure makes it very elegant.
I was just wandering if there is anything out there that implements Scala-like collections. Oh, and don't say C5 because it does not have truly immutable collections.