How to make element unique in Java Collection?
By jeanjiang
@jeanjiang (30)
China
April 24, 2011 8:30am CST
Java Collection can store many elements. Some Collection like Set must guarantee element unique. So, I want to know how to make it? In Java, which code can implement this function?
1 response