fi.iki.juri.collections
Class IteratorAndFiller<T>

java.lang.Object
  extended by fi.iki.juri.collections.IteratorAndFiller<T>
Type Parameters:
T -

public class IteratorAndFiller<T>
extends java.lang.Object

A helper class for passing JIterTools.zipFill(java.util.Collection>) Iterators and associated FillerFunctions.


Constructor Summary
IteratorAndFiller(java.util.Iterator<T> iterator, FillerFunction<T> filler)
           
 
Method Summary
 FillerFunction<T> getFiller()
           
 java.util.Iterator<T> getIterator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IteratorAndFiller

public IteratorAndFiller(java.util.Iterator<T> iterator,
                         FillerFunction<T> filler)
Method Detail

getIterator

public java.util.Iterator<T> getIterator()

getFiller

public FillerFunction<T> getFiller()