What methods should go into a java.util.Objects class in JDK 7?

Alan Bateman Alan.Bateman at Sun.COM
Mon Oct 12 12:01:13 PDT 2009


Ulf Zibis wrote:
> :
> In java.nio.file.Filesystem b72 I don't find information about sharing 
> attributes.
These are provider specific open options so they aren't in the javadoc. 
If you look at the dosSharingOptionTests in 
jdk/test/java/nio/Path/SBC.java you will see tests for these options.

-Alan.


More information about the nio-discuss mailing list