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

java - How to create Table using Apache PDFBox -

mpi - Why is MPI_Bsend not returning error even when the buffer is insufficient to accommodate all the messages -