com.jcoverage.util
Class SetHelper

java.lang.Object
  extended bycom.jcoverage.util.SetHelper

public class SetHelper
extends java.lang.Object


Constructor Summary
SetHelper()
           
 
Method Summary
static java.util.Set intersection(java.util.Set a, java.util.Set b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetHelper

public SetHelper()
Method Detail

intersection

public static java.util.Set intersection(java.util.Set a,
                                         java.util.Set b)