Re: Order of elements in LinkedList
Posted By:
C_Walker
Posted On:
Thursday, June 7, 2001 10:40 AM
Any List, including LinkedList and ArrayList, maintains the order
in which the elements are inserted. This is in contrast with
the hash-based collections which store elements according to
a hash number.