类型参数 英语是什么意思 - 英语翻译

type parameters
类型 参数
type parameter
类型 参数
type argument

在 中文 中使用 类型参数 的示例及其翻译为 英语

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
不能创建形式类型参数的实例.
You cannot create instances of type parameters.
T是类型参数,代表类型。
T is the type parameter representing elements of the collection.
这就是有界类型参数的目的。
This is what bounded type parameters are for.
要注意,一些老的HTTP应用程序不认识媒体类型参数
Some older HTTPapplications do not recognize media type parameters.
有人可以解释为什么int作为类型参数不起作用吗??
Can someone explain why int as type parameter does not work?
像java一样,Kotlin中可以拥有类型参数:.
As in Java, classes in Kotlin may have type parameters:.
装配到容器中的类型通常称为类型参数
The type that fits into the container is often called the type parameter.
这就是有界形式类型参数的用途。
This is what bounded type parameters are for.
同时允许定义类型参数之间的继承关系.
Allows enforcement of relationships between type parameters.
你还应该熟悉类型参数和泛型类型。
You should also be familiar with type parameters and generic types..
虽然使用点变型意味着API设计者不需要考虑接口的类型参数的变型性质,他们却经常需要使用更复杂的函数签名。
While use-site variance means that APIdesigners need not consider variance of type parameters to interfaces, they must often instead use more complicated method signatures.
因为TypeScript是结构性的类型系统,类型参数只影响使用其做为类型一部分的结果类型。
Because TypeScript is a structural type system, type parameters only affect the resulting type when consumed as part of the type of a member.
上面代码里,x和y是兼容的,因为它们的结构使用类型参数时并没有什么不同。
In the above, x andy are compatible because their structures do not use the type argument in a differentiating way.
要声明一个有界的类型参数,首先列出类型参数的名称,后跟extends关键字,最后紧跟它的上界。
To declare a bounded type parameter, list the type parameter's name, followed by the extends keyword, followed by its upper bound.
类型参数可由关键字“In”和“Out”修饰。
Type parameters can be decorated with the keywords"In" and"Out.
在Stack<int>类型中,T的每次出现都被使用类型参数int代替。
In the Stack<int> type,every occurrence of T is replaced with the type argument int.
我们说List是一个带有类型参数的泛型接口,在这里就是指Integer。
We say that List is ageneric interface that takes a type parameter--in this case, Integer.
用描述性名称为泛型类型参数命名,除非单个字母的名称已完全可以自我说明而无需描述性名称。
Do Name generic type parameters with descriptive names, unless a single-letter name is completely self-explanatory and a descriptive name would not add value.
例如,将类型参数限制到机器表征为单个指针或单个词汇的情况中是不可接受的。
For example, it would not be acceptable to limit type parameters to those whose machine representation is a single pointer or single word.
基本的想法是,每一个数值类型都可以接受一个下界类型参数和一个上界类型参数
The basic idea is that any numeric type can be given a lower andupper bound type parameter.
多维数组可以使用在声明中嵌套类型参数的方法来创建:.
Multidimensional arrays can be created by nesting these type parameters in the declaration:.
第二次调用表明你不必总是显式地提供类型参数
The second example call shows that youdon't always need to explicitly provide the type parameter.
同样需要注意的是,容器类型在函数调用中可能明确地需要类型参数
Note also that container types, specifically may need type parameters in function calls.
Scala像Java一样,使用泛型擦除模式,所以当程序运行时,我们不再能看到类型参数
Scala uses the erasure model of generics, just like Java,so we don't see the type parameters anymore when programs are run.
首要构造器是类头的一部分:位于类名(以及可选类型参数)之后。
The primary constructor is part of the class header:it goes after the class name(and optional type parameters).
命名类型参数推荐的命名约定是使用大写的单个字母名称作为类型参数
The recommended naming convention is to use uppercase,single-letter names for type parameters.
例如,你应该知道如何使用类型参数创建对象,如ArrayList<Integer>。
For example, you should know how create an object with a type parameter, like ArrayList<Integer>
支持类型参数边界,分别以"extends"和"super"来定义上界和下界;
Supports bounding of type parameters with"extends" and"super" for upper and lower bounds, respectively;
结果: 28, 时间: 0.0164

单词翻译

顶级字典查询

中文 - 英语