sbool containsTabNameWithoutTrailingCount(JTabbedPane tabs, S name) { ret indexOfTabNameWithoutTrailingCount(tabs, name) >= 0; }