RFR : 8010948 : Add conversion functional interfaces
Mike Duigou
mike.duigou at oracle.com
Wed Apr 10 21:00:20 UTC 2013
I have added two @see to every interface, the reverse function and the function converting from the other primitive type to the same type. ie. in IntToDoubleFunction I add @see for LongToDoubleFunction and DoubleToIntFunction.
Mike
On Apr 9 2013, at 16:14 , Paul Benedict wrote:
> Mike,
>
> It would be nice if the class javadocs would have @see tags to classes in
> the same family. For example, DoubleToIntFunction could have a @see to
> DoubleToLongFunction, etc. This way a developer viewing of one class can
> easily figure out which close cousins exist.
>
> Paul
More information about the core-libs-dev
mailing list