Example #1
0
 protected boolean isModifier(char c) {
   return MODIFIERS.get((int) c);
 }