レベルエンター山本大のブログ

面白いプログラミング教育を若い人たちに

BLOCKVROCKリファレンス目次はこちら

2007-04-02から1日間の記事一覧

Genericsについて調べるならこの本

Genericsについて基礎をしっかり学ぼうと思って調べていたら、 Javaエンジニア教育コンサルをやっている上司よりこんな本を紹介された。Java 2 Standard Edition 5.0 Tiger―拡張された言語仕様について作者: 柴田芳樹出版社/メーカー: ピアソンエデュケーシ…

Guice API翻訳 ■com.google.inject.matcher.Matcherインターフェイス

Interface Matcher 既知の実装クラス AbstractMatcher public interface Matcher<T> Returns true or false for a given input. 与えられた入力に対してTrueまたはFalseを返します。 Method Summary Matcher and(Matcher other) Returns a new matcher which re</t>…

Guice API翻訳 ■com.google.inject.matcher.Matchersクラス

Class Matchers java.lang.Object └com.google.inject.matcher.Matchers public class Matchers extends Object Matcher implementations. Supports matching classes and methods. Matcherの実装であり、マッチングクラスおよびメソッドをサポートします。 …