It's not a secret anymore!
The moose likes Beginning Java and the fly likes Deleting repeated values in an array Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Deleting repeated values in an array" Watch "Deleting repeated values in an array" New topic
Author

Deleting repeated values in an array

Zak Tacc
Greenhorn

Joined: Feb 01, 2010
Posts: 25
is there a way to delete any repeated values in an array?
pete reisinger
Ranch Hand

Joined: Dec 30, 2009
Posts: 46
you can use set instead of array if you don't want duplicates.
the set interface
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Deleting repeated values in an array
 
Similar Threads
Checking for unique values in an array
inserting repeated values in primary key field
Finding top 3 repeated numbers in an array
help me with array
Comparing Integers in Array