It's not terribly clean, but you could use indexOf() and check if it returns -1. Better than breaking out a loop.
java.utilパッケージにはコレクションを表現するクラスが多数あります。配列では要素数が固定になりますから,不定数のオブジェクトを扱うときには便利に使えます。J2SE 5では,Genericsを導入してさらに使いやすく安全になります。 さらに,java.util ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Here are the most important concepts developers must know when they size Java arrays and deal ...