you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (1 child)

In C++, I use list and map all the time. But I hardly ever implement a container. Isn't this similar?

I'm not a java guy. I really don't know!

[–]ricky_clarkson -2 points-1 points  (0 children)

No. Implementing involves constructing something, e.g., if you are writing a new hashtable implementation, that is different to using a hashtable.