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? -

Php - Delimiter must not be alphanumeric or backslash -

Delphi interface implements -