• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Regarding Collection in java

 
Ranch Hand
Posts: 152
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

1. Could you please tell me which collection allow duplicate.

2. I have 200 employee object, Could you please tell me which collection is best to write search algorithm, The employee is stored in collection as key and value pair.

Could you please tell me how to write wildcard search algorithm.


Thanks,
Santhosh Kumar V.K
 
Bartender
Posts: 10780
71
Hibernate Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

santhosh kumar vk wrote:
1. Could you please tell me which collection allow duplicate.
2. I have 200 employee object, Could you please tell me which collection is best to write search algorithm, The employee is stored in collection as key and value pair.
Could you please tell me how to write wildcard search algorithm.


Santosh,

I notice that you have well over a hundred posts, so you should know by now that we are NotACodeMill.

All the information you need to answer your first two questions is contained in the Java Collections Framework docs or tutorials. For the third, since I have no idea what you mean by a "wildcard search algorithm", I suggest you start by reading up on regular expressions.

If and when you have tried something or have a specific question, we'll be happy to help.

Winston
 
santhosh kumar vk
Ranch Hand
Posts: 152
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you
reply
    Bookmark Topic Watch Topic
  • New Topic