|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectubiware.util.SetOperation
public class SetOperation
Provides some common operations on sets 12.4.2010
Constructor Summary | |
---|---|
SetOperation()
|
Method Summary | ||
---|---|---|
static
|
intersect3Sets(java.util.Set<T> set1,
java.util.Set<T> set2,
java.util.Set<T> set3)
Generates a set containing the elements which are present in all provided sets. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SetOperation()
Method Detail |
---|
public static <T> java.util.Set<T> intersect3Sets(java.util.Set<T> set1, java.util.Set<T> set2, java.util.Set<T> set3)
T
- The type of the elemets in the sets.set1
- the first set in the intersectionset2
- the second set in the intersectionset3
- the third set in the intersection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |