public class SetUtils extends Object
| Constructor and Description | 
|---|
| SetUtils() | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> Set<T> | minus(Set<T> initial,
     Set<T> subtracted)Returns the difference between initial and the operands | 
| static <T> Set<T> | minus(Set<T> initial,
     T subtracted) | 
| static <T> Set<T> | plus(Set<T> initial,
    Set<T> addend) | 
| static <T> Set<T> | plus(Set<T> initial,
    T addend) | 
| static Set<Integer> | range(int startInclusive,
     int endExclusive) | 
Copyright © 2023 Eclipse. All rights reserved.