generic class 中文意思是什麼

generic class 解釋
泛型類
  • generic : adj 1 【生物學】屬的,類的。2 一般的,普通的 (opp specific) 3 (商品)未注冊的;不受商標注冊保...
  • class : n 1 階級;社會等級。2 學級;班級,年級,級,班;組;(有組織的)講習班;〈美國〉同年畢業班;【軍事...
  1. Generic class offer fifo access

    泛型類提供fifo訪問。
  2. Shows how to constrain type parameters to enable access to methods and properties of the types used to instantiate the generic class

    演示如何約束類型參數,以啟用對用於實例化泛型類的類型的方法和屬性的訪問。
  3. To represent our customer, we ll use the generic class

    為了表示我們的客戶,我們要使用通用類
  4. You ll also see how you can use reportdocument as your generic class for either type of report

    您還將看到如何才能使用reportdocument作為這兩類報表的通用類。
  5. Generic class setting

    通用類別設定
  6. A class defined in this way is called a generic class

    通過這種方式定義的類稱為泛型類。
  7. Generic class provides a corresponding instance method overload,

    泛型類提供了相應的實例方法重載
  8. When you define a generic class, you can apply restrictions to the kinds of types that client code can use for type arguments when it instantiates your class

    在定義泛型類時,可以對客戶端代碼能夠在實例化類時用於類型參數的類型種類施加限制。
  9. Here, the managed objects are classified into four types : m - based ( storing all resource information in memory ), md - based ( storing the base managed object in memory and the list of attribute in persistent storage ), mr - based ( storing the base managed object in memory and accessing the resource directly ) and d - based ( storing all resource information in a database ). to achieve those, a generic class is designed for the need of the basic managed object ; as a result, the managed object class abstracted from the managed objects mentioned above can be derived from this generic class when corresponding attributes and methods are added. finally, a mib storage structure of a real application inherited from its super classes can be constructed

    該實現方法首先根據管理系統中被管對象的特點將其分為基於內存( m - based ) ,基於內存?數據庫( md - based ) ,基於內存?指針( mr - based )和基於數據庫( d - based )等四種類型;其次,定義被管對象基類用於描述通用的被管對象,然後以此基類為基礎,繼承並添加與具體模式有關的數據成員和方法成員,實現其它類型的被管對象類;對于具體的網管應用,則根據具體要實現的被管對象特點,從合適的被管對象類衍生,添加與具體應用有關的代碼,即可實現相應的mib存儲結構。
  10. Shows how to convert a generic class to t

    說明如何將泛型類轉換為t 。
  11. 2. in the self - defined java class library, input stream class, generic class, generic interface and five kinds of abstract data type were implement. 3. implement apla - java program transformer so that simple data types and compound data types can be transformed

    3 、用程序實現上述轉換,即實現apla - java程序自動轉換系統,使之能夠實現對簡單數據類型及復合數據類型的處理。
  12. Generic class is a true linked list

    泛型類是一個真正的鏈接列表。
  13. By allowing you to specify the specific types acted on by a generic class or method, the generics feature shifts the burden of type safety from you to the compiler

    通過允許指定泛型類或方法操作的特定類型,泛型功能將類型安全的任務從您轉移給了編譯器。
  14. Batteries, for which microsoft supplies a generic class driver

    電池,微軟對它提供一個普遍的類驅動。
  15. Within a generic class, non - generic methods can access the class - level type parameters, as follows

    在泛型類中,非泛型方法可以訪問類級別類型參數,如下所示:
  16. Provides an example where a generic class stack

    提供一個示例,其中泛型類stack
  17. Generic class provides some features that are offered in most

    泛型類提供多數
  18. The constraint enables the generic class to use the

    約束使得泛型類能夠使用
  19. For an example of a simple generic class, see

    有關簡單泛型類的示例,請參見
  20. Generic class provide first - in - first - out lists, while the

    泛型類提供先進先出列表,而
分享友人