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