edu.jhu.tmaj.util
Class SetUtil

java.lang.Object
  extended by edu.jhu.tmaj.util.SetUtil

public final class SetUtil
extends java.lang.Object


Constructor Summary
SetUtil()
           
 
Method Summary
static boolean intersects(java.util.Set set1, java.util.Set set2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetUtil

public SetUtil()
Method Detail

intersects

public static boolean intersects(java.util.Set set1,
                                 java.util.Set set2)