public final class Sets extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> boolean |
containsEquals(Set<T> structure,
T element) |
static <Q> Set<Q> |
getIfNull(Set<Q> nullable,
Set<Q> map) |
static <Q> boolean |
nullOrEmpty(Set<Q> stack) |
public static <T> boolean containsEquals(Set<T> structure, T element)
T - structure - element - public static <Q> Set<Q> getIfNull(Set<Q> nullable, Set<Q> map)
Q - nullable - map - public static <Q> boolean nullOrEmpty(Set<Q> stack)
Q - stack - Copyright © 2018 Terra Software Informatics LLC.. All rights reserved.