Use Advanced Search to search the entire archive.
Re: Concrete Generics
- From: Martin Desruisseaux <
>
- To:
- Subject: Re: Concrete Generics
- Date: Sun, 19 Oct 2014 01:07:13 +0900
- Organization: Geomatys
Le 18/10/14 19:50, Werner Keil a écrit :
>
>
It was however absolutely necessary to fix SystemOfMeasurement
>
implementations using precisely the signature mentioned (or proposed
>
earlier by Otavio in a different place;-)
>
It is possible by casting temporarily to the raw type in the method body
(I did that for the same situation with Comparable<?> objects). Not
something we are suppose to do, but at least it does not appears in the
public API.
Martin