RFR : 8010948 : Add conversion functional interfaces (original) (raw)
Mike Duigou mike.duigou at oracle.com
Wed Apr 10 21:00:20 UTC 2013
- Previous message: RFR : 8010948 : Add conversion functional interfaces
- Next message: hg: jdk8/tl: 8011350: hgforest.sh uses non-POSIX sh features that may fail with some shells
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: RFR : 8010948 : Add conversion functional interfaces
- Next message: hg: jdk8/tl: 8011350: hgforest.sh uses non-POSIX sh features that may fail with some shells
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]