org.kuali.common.threads
Class ListIteratorThread<T>
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListIteratorThread
public ListIteratorThread()
ListIteratorThread
public ListIteratorThread(ListIteratorContext<T> context)
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.