org.xshare.base.iterator.helpers
Class IteratorHaunter

java.lang.Object
  |
  +--org.xshare.base.iterator.helpers.IteratorHaunter

public class IteratorHaunter
extends java.lang.Object

Version:
$Revision: 1.2 $
Author:
Oliver Fischer

Field Summary
protected  Functor func
           
protected  java.util.Iterator sourceIterator
           
 
Constructor Summary
IteratorHaunter(java.util.Iterator pSourceItr, Functor pFunc)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sourceIterator

protected java.util.Iterator sourceIterator

func

protected Functor func
Constructor Detail

IteratorHaunter

public IteratorHaunter(java.util.Iterator pSourceItr,
                       Functor pFunc)
Method Detail

run

public void run()


jKiska Base 0.10 [http://jkiska.sourceforge.net]