com.endeca.collections.util
Class ConverterUtil.LazyConverter<S,T>

java.lang.Object
  extended by com.endeca.collections.util.ConverterUtil.LazyConverter<S,T>
All Implemented Interfaces:
java.lang.Iterable<T>
Enclosing class:
ConverterUtil

protected static class ConverterUtil.LazyConverter<S,T>
extends java.lang.Object
implements java.lang.Iterable<T>


Constructor Summary
ConverterUtil.LazyConverter(java.lang.Iterable<S> items, Converter<S,T> converter)
           
 
Method Summary
 java.util.Iterator<T> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConverterUtil.LazyConverter

public ConverterUtil.LazyConverter(java.lang.Iterable<S> items,
                                   Converter<S,T> converter)
Method Detail

iterator

public java.util.Iterator<T> iterator()
Specified by:
iterator in interface java.lang.Iterable<T>