Class IteratorCounterThread

  • All Implemented Interfaces:
    Runnable

    public class IteratorCounterThread
    extends Object
    implements Runnable
    This class spins through the arg Iterator and notifies the arg Listener of the total count upon reaching the iteration end.
    Author:
    Andrew Woods Date: Aug 10, 2010
    • Constructor Detail

    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable