org.decisiondeck.xmcda_oo.utils
Interface SharedDirector.CopyContents<T>

Enclosing class:
SharedDirector<K,V>

public static interface SharedDirector.CopyContents<T>


Method Summary
 boolean copyContents(T source, T target)
           
 

Method Detail

copyContents

boolean copyContents(T source,
                     T target)
Parameters:
source - not null.
target - not null, the object whose contents must be replaced.
Returns:
true iff the destination object changed, i.e. iff it was not equal to the source object.


Copyright © 2011. All Rights Reserved.