These two classes seem to be unused. They implement the #scanFor: method but the only senders of #scanFor: send it explicitly to RunArray, like:

RunArray scanFor: ...

Does anybody use it? Because it looks like an old class that could be removed.

Guille