Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Empty Set doesn't exist

Name: Anonymous 2012-01-13 6:23

If you cant sense it, then it doesnt exist.

You cant see emptiness, therefore emptiness doesnt exist.

Name: kodak_gallery_programming 2012-01-14 13:20

>>134
It's pretty much a no brainer to convert an exisiting list to a set. Seriously. All I would have to do is something like...

for(int i = 0; i < size; i++) {
    if(!newList.contains(data[i])) {
        newList.add(data[i]);
    }
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List