|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfi.iki.juri.collections.IterableAndFiller<T>
public class IterableAndFiller<T>
A helper class for passing JIterTools.zipFill(java.util.Collection
Iterable
s and associated FillerFunction
s.
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 |
---|
public IterableAndFiller(java.lang.Iterable<T> iterable, FillerFunction<T> filler)
Method Detail |
---|
public java.lang.Iterable<T> getIterable()
public FillerFunction<T> getFiller()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |