collections

  1. · collections commons java

    一意なiteratorにする。

    Jakarta commonsのcollectionsです。

    コレクションにあるた値で一意(ユニーク)なものだけ取得したい。

    org.apache.commons.collections.iterators.UniqueFilterIteratorが使えそうです。

    package c…

  2. · collections google java

    googleのcom.google.common.collect.Listsをちょこっと使ってみた。

    Javaです。
    googleのcom.google.common.collect.Listsです。
    ユーティリティクラスですね。
    import static して使うとよさげだと思います。

    google-collections - Google Code

    newArrayList
    immu…