aspose file tools
The moose likes Beginning Java and the fly likes Collection Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Collection" Watch "Collection" New topic
Author

Collection

meeta gaur
Ranch Hand

Joined: Dec 05, 2012
Posts: 225


d
b
c
a
--------------
d
b
c
a

why doesn't reflect on stringSet ?


OCAJP
Winston Gutkowski
Bartender

Joined: Mar 17, 2011
Posts: 4761
    
    7

meeta gaur wrote:why doesn't reflect on stringSet ?

Why would you think it does? Nothing in the documentation says the result of toArray() is connected with the collection it was called on.

Winston

Isn't it funny how there's always time and money enough to do it WRONG?
meeta gaur
Ranch Hand

Joined: Dec 05, 2012
Posts: 225

Winston Gutkowski wrote:
meeta gaur wrote:why doesn't reflect on stringSet ?

Why would you think it does? Nothing in the documentation says the result of toArray() is connected with the collection it was called on.

Winston


Because it happens in case of Arrays.asList().That's why i thought same.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Collection
 
Similar Threads
Ambiguity in S&B book
illegal start of expression
operator instanceof confusion
what's wrong with this code?
Rmi with SSL problem - Urgent