data mart 数据集市 (for database)data pump 数据抽取 (for database)data scrubbing 数据清理 (for database)data source 数据源 (for database)Data source name (DSN) 数据源名称 (DSN) (for database)data warehouse 数据仓库 (for database)dataset 数据集 (for database)database 数据库 (for databa...
The JNI includes a number of reference types that correspond to different kinds of Java objects. JNI reference types are organized in the hierarchy shown inFigure 3-1. Figure 3-1 Reference Type Hierarchy In C, all other JNI reference types are defined to be the same as jobject. For exampl...
database role 数据库角色 (for database) database schema 数据库模式、数据库架构 (for database) database script 数据库脚本 (for database) data-bound 数据绑定 (for database) data-aware control数据感知控件 (for database) data member 数据成员、成员变量 dataset 数据集 (for database) data source...
Virtually all the data structures are discussed in the context of a single class hierarchy. This framework clearly shows the relationships between data structures and illustrates how polymorphism and inheritance can be used effectively. Key Features of the Text\\* All data structures are presented ...
The root interface in thecollection hierarchy. A collection represents a group of objects, known as itselements. Some collections allow duplicate elements and others do not. Some are ordered and others unordered. The JDK does not provide anydirectimplementations of this interface: it provides impleme...
Chapter 3: JNI Types and Data Structures #define JNI_FALSE 0 #define JNI_TRUE 1 Thejsizeinteger type is used to describe cardinal indices and sizes: typedef jint jsize; jobject jclass(java.lang.Classobjects) jstring(java.lang.Stringobjects)...
由于个别商品版本更新较快,我们在尽力保证同步更新商品信息的情况下,仍不可避免会偶尔出现实物与网页所示信息存在微小差别,如印次,开本,页数等,请以实物为准,介意者慎拍。特别说明:“当当价”为本店销售价格;“定价”为出版社全国统一定价。感谢您一直以来对本店的支持,我们将一如既往地为您提供优质的服务。
= null) { pop = generics.pushTypeVariables(genericsHierarchy, genericTypes); valueClass = genericTypes[0].resolve(generics); } SomeClass object = new SomeClass(); kryo.reference(object); if (valueClass != null && kryo.isFinal(valueClass)) { Serializer serializer = kryo.getSerializer(value...
Interfaces: These are abstract data types that represent collections. Interfaces allow collections to be manipulated independently of the details of their representation. In object-oriented languages, interfaces generally form a hierarchy. Implementations: These are the concrete implementations of the collecti...
● 掌握编写优秀Java代码的基础技术、习惯用法和*实践。 ● 充分利用接口、Lambda表达式和内部类的强大力量。 ● 通过高效的异常处理和调试让程序更可靠。 ● 通过泛型编程编写更安全、可复用性更好的代码。 ● 使用Java的标准集合类改进性能和效率。 ● 使用Swing工具箱构建跨平台图形界面应用。 ● 通过Java改进的...