public class Logic extends Object
| Constructor and Description |
|---|
Logic() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Collection<T> |
remove(Collection<T> first,
Collection<T>... sets) |
static <T> Collection<T> |
retain(Collection<T> first,
Collection<T>... sets) |
public static <T> Collection<T> retain(Collection<T> first, Collection<T>... sets)
public static <T> Collection<T> remove(Collection<T> first, Collection<T>... sets)
Copyright © 2015 aQute SARL. All Rights Reserved.