public class Logic extends Object
Modifier and Type | Method and Description |
---|---|
static <T> boolean |
hasOverlap(Collection<? extends T> source,
Collection<? extends T>... toBeChecked) |
static <T> Collection<T> |
remove(Collection<? extends T> first,
Collection<? extends T>... sets) |
static <T> Collection<T> |
retain(Collection<? extends T> first,
Collection<? extends T>... sets) |
@SafeVarargs public static <T> Collection<T> retain(Collection<? extends T> first, Collection<? extends T>... sets)
@SafeVarargs public static <T> Collection<T> remove(Collection<? extends T> first, Collection<? extends T>... sets)
@SafeVarargs public static <T> boolean hasOverlap(Collection<? extends T> source, Collection<? extends T>... toBeChecked)
Copyright © 2021 aQute SARL. All rights reserved.