com.pmease.quickbuild.plugin.report.engine.datastore.duplicate
Class AlwaysNewValue<T>

java.lang.Object
  extended by com.pmease.quickbuild.plugin.report.engine.datastore.duplicate.AlwaysNewValue<T>
All Implemented Interfaces:
MergeFunction<T>

public class AlwaysNewValue<T>
extends java.lang.Object
implements MergeFunction<T>


Constructor Summary
AlwaysNewValue()
           
 
Method Summary
 T process(T current, T newValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlwaysNewValue

public AlwaysNewValue()
Method Detail

process

public T process(T current,
                 T newValue)
Specified by:
process in interface MergeFunction<T>


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.