Beispiel #1
0
 /**
  * Method removeMatcher.
  *
  * @author manbaum
  * @since Oct 17, 2014
  * @param i
  */
 public void removeMatcher(int i) {
   list.removeMatcher(i);
 }
Beispiel #2
0
 /**
  * Method removeMatcher.
  *
  * @author manbaum
  * @since Oct 17, 2014
  * @param m
  */
 public void removeMatcher(IMatcher<T> m) {
   list.removeMatcher(m);
 }