edu.buffalo.nsf.xmlcqa.tree
Class HashCutCM

java.lang.Object
  extended byedu.buffalo.nsf.xmlcqa.tree.CollectionManager
      extended byedu.buffalo.nsf.xmlcqa.tree.CMWrapper
          extended byedu.buffalo.nsf.xmlcqa.tree.HashCutCM

public class HashCutCM
extends CMWrapper

Author:
staworko

Field Summary
 
Fields inherited from class edu.buffalo.nsf.xmlcqa.tree.CMWrapper
cm
 
Fields inherited from class edu.buffalo.nsf.xmlcqa.tree.CollectionManager
ARRAY_LIST_CM
 
Constructor Summary
HashCutCM(CollectionManager cm)
           
 
Method Summary
 java.util.Collection cut(java.util.Collection col1, java.util.Collection col2)
           
 
Methods inherited from class edu.buffalo.nsf.xmlcqa.tree.CMWrapper
add, add, clone, empty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashCutCM

public HashCutCM(CollectionManager cm)
Method Detail

cut

public java.util.Collection cut(java.util.Collection col1,
                                java.util.Collection col2)
Overrides:
cut in class CMWrapper