Set and ordering of elements in the order it was inserted
ManjitMar 25 2011 — edited Mar 28 2011Which set implementation I can use to retrieve elements in the order it was inserted.
HashSet doesnt guarantee the order..
LinkedHashSet I believe does....but I am not sure.The docs are either not clear or I am not getting
Can some one give me some hint
thx
m