Well yes, they implement it, but those classes are not always exposed in the API.
As an example, the selection listener for TreeView uses Sequence in it's calback methods. There are also other places where Component's return or accept Sequence in the API. On Sun, Apr 12, 2009 at 23:18, Greg Brown <[email protected]> wrote: > Most (if not all) classes that implement Sequence also implement Iterable, > so, in practice, this isn't a big deal. > > >
