collections
-
一意なiteratorにする。
Jakarta commonsのcollectionsです。
コレクションにあるた値で一意(ユニーク)なものだけ取得したい。
org.apache.commons.collections.iterators.UniqueFilterIteratorが使えそうです。
package c… -
googleのcom.google.common.collect.Listsをちょこっと使ってみた。
Javaです。
googleのcom.google.common.collect.Listsです。
ユーティリティクラスですね。
import static して使うとよさげだと思います。
google-collections - Google Code
newArrayList
immu… -