コード例 #1
0
 static {
   for (TextAlignment p : values()) {
     imap.put(p.getValue(), p);
   }
 }
コード例 #2
0
ファイル: TextAlignment.java プロジェクト: peke2/test_scala
 static {
   for (TextAlignment p : values()) {
     imap.put(new Integer(p.getValue()), p);
   }
 }