泛型的各种写法

private static Map<String, Set<? extends PluginBase>> pluginEvents = Collections.synchronizedMap(new HashMap<String, Set<? extends PluginBase>>());
原文地址:https://www.cnblogs.com/ms-grf/p/9268132.html