static boolean containsBot(Map bots, S botName) { for (S bot : bots.values()) if (startsWithIgnoreCase(bot, botName)) ret true; ret false; }