Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Filtering Strings

807607Dec 4 2006 — edited Dec 4 2006
I have a list of Strings some are "names" others are "numbers".

1
2
3
dave
4
john
5
Peter

I want to filter the list so that only strings with the names remain.

are there any mechanisms in java to do this?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 1 2007
Added on Dec 4 2006
4 comments
73 views