| Author |
Callable collection methods
|
meeta gaur
Ranch Hand
Joined: Dec 05, 2012
Posts: 226
|
|
1
Why does it always choose output 1 ?
|
OCAJP
|
 |
Matthew Brown
Bartender
Joined: Apr 06, 2010
Posts: 3860
|
|
You're adding the same CallableCollection 6times to a HashSet. The last 5 times have no effect, because the set won't allow duplicates.
Also, the first call to call for any CallableCollection will return 1. And you only call it once on any CallableCollection.
|
 |
meeta gaur
Ranch Hand
Joined: Dec 05, 2012
Posts: 226
|
|
six
Thanks, i made some changes, now it gives me different output each time.
|
 |
meeta gaur
Ranch Hand
Joined: Dec 05, 2012
Posts: 226
|
|
|
 |
 |
|
|
subject: Callable collection methods
|
|
|