changeset 40687 | 03446004f80b |
parent 40686 | 1b855fa5c9c5 |
parent 40469 | 15567343b987 |
child 40688 | 566173fd712c |
40686:1b855fa5c9c5 | 40687:03446004f80b |
---|---|
1 class pkg1.A<V, W> |
|
2 name: A / A / pkg1.A |
|
3 type parameters: |
|
4 V |
|
5 W |
|
6 superclass: |
|
7 pkg1.S<W, V> |
|
8 interfaces: |
|
9 pkg1.I<java.lang.String> |
|
10 constructors: |
|
11 A() |
|
12 |
|
13 interface pkg1.I<R> |
|
14 name: I / I / pkg1.I |
|
15 type parameters: |
|
16 R |
|
17 |
|
18 class pkg1.S<T, U> |
|
19 name: S / S / pkg1.S |
|
20 type parameters: |
|
21 T |
|
22 U |
|
23 superclass: |
|
24 java.lang.Object |
|
25 constructors: |
|
26 S() |
|
27 |