最近看到这样一个方法:
private static <KeyType> void update(Map<KeyType,ValueType>>)
既然是void 类型, 为什么还要<KeyType>