public abstract class ConvertingIterable<TSource,TDest> extends Object implements Iterable<TDest>
ConvertingIterable(Iterable<TSource> iterable)
protected abstract TDest
convert(TSource o)
Iterator<TDest>
iterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ConvertingIterable(Iterable<TSource> iterable)
public Iterator<TDest> iterator()
iterator
Iterable<TDest>
protected abstract TDest convert(TSource o)
Copyright © 2014–2015. All rights reserved.