(source: https://github.com/scala/scala-java8-compat/issues/113) Check if there are more collections that would from a `stepper` override (with an existing or new stepper implementation). From the top of my head: - mutable/immutable ArraySeq, ArrayBuffer - mutable LinkedHashMap/LinkedHashSet (cannot use XTableStepper because that doesn't yield the elements in insertion order) - ArrayDeque - VectorMap