TypeParameter
  • 音标:/taɪp pəˈræmɪtər/
  • 意思:类型参数
  • 例句T is a type parameter that will be replaced with an actual type.
  • 翻译:T是一个类型参数,将被替换为实际类型。
  • 补充说明:常用命名约定:T(类型)、E(元素)、K(键)、V(值)。