generic type
通用类型:一种可以用任何其他类型实例化的类型。
常用释义
英式发音
美式发音
基本释义
- 通用类型:一种可以用任何其他类型实例化的类型。
例句
-
1·Another example: Generic type inference.另一个示例:通用类型推断。
-
2·Add explicit generic type parameters.添加显式泛型类型参数。
-
3·Generic type parameters and primitive types.泛型类型参数和基本类型。
-
4·DOUBLE is the generic type used in various models.DOUBLE是在各种模型中使用的通用类型。
-
5·How to pattern-match a generic type argument?如何匹配的泛型类型参数?
-
6·Enumerations cannot have generic type parameters.枚举不能有泛型类型参数。
-
7·Generic type parameters known to be reference types.已知为引用类型的泛型类型参数。
-
8·Generic type parameters can't be instantiated with primitive types.不能用基本类型实例化泛型类型参数。
-
9·For example, a generic type such as List is erased to simply List.例如,将象List这样的泛型类型擦除得只剩下List。
-
10·The generic type of the Future object is the result of the actual operation.Future对象的通用类型是实际操作的结果。