org.kuali.common.threads
Class ListIteratorThread<T>

java.lang.Object
  extended by org.kuali.common.threads.ListIteratorThread<T>
Type Parameters:
T -
All Implemented Interfaces:
Runnable

public class ListIteratorThread<T>
extends Object
implements Runnable

Thread for iterating over the portion of a list determined by offset and length. An ElementHandler is invoked for each element


Constructor Summary
ListIteratorThread()
           
ListIteratorThread(ListIteratorContext<T> context)
           
 
Method Summary
 ListIteratorContext<T> getContext()
           
 void run()
           
 void setContext(ListIteratorContext<T> context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListIteratorThread

public ListIteratorThread()

ListIteratorThread

public ListIteratorThread(ListIteratorContext<T> context)
Method Detail

run

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

getContext

public ListIteratorContext<T> getContext()

setContext

public void setContext(ListIteratorContext<T> context)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.