Remove implementation of LinkedHashSet.list_iterator()
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Thu, 24 Mar 2011 12:08:28 +0000 (12:08 +0000)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Sat, 16 Apr 2011 13:43:12 +0000 (14:43 +0100)
commitf311735144325c44de2c542415fcf65913d9e286
tree4131b37fe7d6eb31a96cd61f2aa75a990c3c34c9
parentc6f44b505999d259af5b262a69e57da31af611d0
Remove implementation of LinkedHashSet.list_iterator()

The extra methods provided by ListIterator are all incompatible with the
set qualities of LinkedHashSet, and would allow duplicate entries to be
introduced into the set.

LinkedHashSet.iterator() continues to return an iterator which uses the
links in LinkedHashSet to provide fast iteration.

Helps: bgo#645684
NEWS
folks/linked-hash-set.vala