com.aptana.ide.core.ui
Class SetUtils

java.lang.Object
  extended by com.aptana.ide.core.ui.SetUtils

public class SetUtils
extends java.lang.Object

A class for helping with various set operations

Author:
Ingo Muschenetz

Constructor Summary
protected SetUtils()
          Protected constructor for utility class
 
Method Summary
static java.util.HashSet getIntersection(java.util.HashSet[] sets)
          Computes the intersection of an array of HashSets
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetUtils

protected SetUtils()
Protected constructor for utility class

Method Detail

getIntersection

public static java.util.HashSet getIntersection(java.util.HashSet[] sets)
Computes the intersection of an array of HashSets

Parameters:
sets -
Returns:
HashSet