java - Converting ArrayList into TreeSet -


i have arraylist<card> cards = new arraylist<card> need convert treeset<card>. purpose do:

new treeset<card>(cards) 

after have size of treeset equal 1. card class implements comparable interface. i'm doing wrong or not doing?

if of cards in arraylist evaluate equal using provided comparable interface (i.e. compare returns 0) end 1 entry in treeset.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -