public abstract class AbstractCollectionProcessor<T> extends Object
protected String
paramName
AbstractCollectionProcessor(String paramName)
protected abstract T
apply(T target, Object object)
T
buildIt(T target, Object object)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String paramName
public AbstractCollectionProcessor(String paramName)
protected abstract T apply(T target, Object object)
public T buildIt(T target, Object object)
Copyright © 2013. All Rights Reserved.