您要查找的是不是:
- You can see that, with the exception of boolean, any primitive type can be cast to any other primitive type. 大家可以看到,除boolean以外,任何一种主类型都可通过造型变为其他主类型。
- You can see that,with the exception of boolean,any primitive type can be cast to any other primitive type. 大家可以看到,除boolean以外,任何一种主类型都可通过造型变为其他主类型。
- Java allows you to cast any primitive type to any other primitive type,except for boolean,which doesn't allow any casting at all. Java允许我们将任何主类型“造型”为其他任何一种主类型,但布尔值(bollean)要除外,后者根本不允许进行任何造型处理。
- Java allows you to cast any primitive type to any other primitive type, except for boolean, which doesn't allow any casting at all. java允许我们将任何主类型“造型”为其他任何一种主类型,但布尔值(bollean)要除外,后者根本不允许进行任何造型处理。
- It is, in fact, a primitive type of calendar. 事实上是一种最原始的日历。
- Java determines the size of each primitive type. java决定了每种主要类型的大
- Option, each primitive type is instead implemented as a property. 选项,则每个基元类型都实现为一个属性。
- It can also be one of the primitive types. 它也可以是主类型之一。
- Manipulates arrays of primitive types. 操作基元类型的数组。
- Is a primitive type or serves as a base class to a complex hierarchy. 是基元类型还是充当复杂层次结构的基类,以上都成立。
- Calls that use this primitive type fail if the count is less than two. 如果顶点计数小于二,则使用此基元类型的调用将失败。
- A primitive type can be cast to any type derived from that primitive type. 基元类型可以转换为该基元类型所派生的任何类型。
- Is the number of primitives as determined by the primitive type. 是由基元类型确定的基元数。
- Built-in types include both primitive types and derived types. 内置类型包括基元类型和导出类型。
- That means that if you want to make a nonprimitive object on the heap to represent that primitive type, you use the associated wrapper. 这意味着假如想让堆内一个非主要对象表示那个主类型,就要使用对应的封装器。
- Gets a value indicating whether the Type is one of the primitive types. 获取一个值,通过该值指示Type是否为基元类型之一。
- It traverses the base class hierarchy of the class until it finds a primitive type. 则将遍历该类的基类层次结构,直到找到基元类型。
- A variable of a primitive type always holds a value of that exact primitive type. 简单类型的变量总是执持简单类型的值。
- Consider defining operator overloads in a type that should work like a primitive type. 考虑在其用法应类似于基元类型的类型中定义运算符重载。
- Indicates that a field should be treated as containing a fixed number of elements of the specified primitive type. 指示字段应被视为包含指定基元类型的固定数目的元素。