What methods should go into a java.util.Objects class in JDK 7? (original) (raw)
Ulf Zibis Ulf.Zibis at gmx.de
Mon Oct 12 11:53:33 UTC 2009
- Previous message: What methods should go into a java.util.Objects class in JDK 7?
- Next message: What methods should go into a java.util.Objects class in JDK 7?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
+1
-Ulf
Am 16.09.2009 13:33, Stephen Colebourne schrieb:
2009/9/15 Martin Buchholz <martinrb at google.com>:
This test is particularly uninteresting. I'll commit soon even if I don't get any review comments.
* Returns a hash code for this {@code Byte}; equal to the result * of invoking {@code intValue()}. Doesn't this mean that the added part about intValue() will appear in the summary text for the method in Javadoc? I'd consider the 'how the method operates' to be detail, not summary, so would prefer: * Returns a hash code for this {@code Byte}. * The hash code is equal to the result of invoking {@code intValue()}. Stephen
- Previous message: What methods should go into a java.util.Objects class in JDK 7?
- Next message: What methods should go into a java.util.Objects class in JDK 7?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]