Would it be possible that Sequence<T> extends Iterable<T>? So that you can use any Sequence instance in a for-each loop, not just some specialized subclasses such as TablePane.ColumnSequence.

In fact, most of the 30 subclasses of Sequence<T> already do implement Iterable<T>, but not all of them.

Regards,
Dirk.


Reply via email to