From 6629e48dbff05751879a24c27623a3c923189a79 Mon Sep 17 00:00:00 2001 From: acolyer Date: Thu, 1 Sep 2005 16:16:11 +0000 Subject: ensure every section has an assigned id so that urls in generated html remain stable across builds. --- docs/adk15ProgGuideDB/generics.xml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'docs/adk15ProgGuideDB/generics.xml') diff --git a/docs/adk15ProgGuideDB/generics.xml b/docs/adk15ProgGuideDB/generics.xml index dcbbd09f2..429f110ec 100644 --- a/docs/adk15ProgGuideDB/generics.xml +++ b/docs/adk15ProgGuideDB/generics.xml @@ -14,7 +14,7 @@ documentation for the Java 5 SDK. - + Declaring Generic Types @@ -99,7 +99,7 @@ - + Using Generic and Parameterized Types You declare a variable (or a method/constructor argument) of a parameterized type by specifying a concrete type specfication for each type parameter in @@ -223,7 +223,7 @@ be a subtype of two interface types which are different parameterizations of the same interface. - + Subtypes, Supertypes, and Assignability @@ -263,7 +263,7 @@ - + Generic Methods and Constructors A static method may be declared with one or more type parameters as in the following declaration: @@ -290,7 +290,7 @@ - + Erasure Generics in Java are implemented using a technique called erasure. All type parameter information is erased from the run-time type system. Asking an object of a parameterized @@ -312,7 +312,7 @@ also provided for generic abstract aspects. - + Matching generic and parameterized types in pointcut expressions @@ -899,7 +899,7 @@ - + Inter-type Declarations @@ -996,7 +996,7 @@ - + Declare Parents Both generic and parameterized types can be used as the parent type in a declare parents @@ -1020,13 +1020,13 @@ - + Declare Soft It is an error to use a generic or parameterized type as the softened exception type in a declare soft statement. Java 5 does not permit a generic class to be a direct or indirect subtype of Throwable (JLS 8.1.2). - + Generic Aspects This feature will not be fully implemented until AspectJ5 M4. @@ -1302,3 +1302,4 @@ + -- cgit v1.2.3