com.pmease.quickbuild.plugin.report.engine.datastore.duplicate
Class CollectionAppend

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

public class CollectionAppend
extends java.lang.Object
implements MergeFunction<java.util.Collection>


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

Constructor Detail

CollectionAppend

public CollectionAppend()
Method Detail

process

public java.util.Collection process(java.util.Collection current,
                                    java.util.Collection newValue)
Specified by:
process in interface MergeFunction<java.util.Collection>


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