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

java.lang.Object
  extended by fi.iki.juri.collections.IterableAndFiller<T>

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

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


Constructor Summary
IterableAndFiller(java.lang.Iterable<T> iterable, FillerFunction<T> filler)
           
 
Method Summary
 FillerFunction<T> getFiller()
           
 java.lang.Iterable<T> getIterable()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IterableAndFiller

public IterableAndFiller(java.lang.Iterable<T> iterable,
                         FillerFunction<T> filler)
Method Detail

getIterable

public java.lang.Iterable<T> getIterable()

getFiller

public FillerFunction<T> getFiller()