Example #1
0
 static {
   for (TextAlignment p : values()) {
     imap.put(p.getValue(), p);
   }
 }
Example #2
0
 static {
   for (TextAlignment p : values()) {
     imap.put(new Integer(p.getValue()), p);
   }
 }