예제 #1
0
 public <T> T removeOption(OptionParser<T> o) {
   keys.remove(o);
   return o.remove(this);
 }