public class FuzzyUtil extends Object
| Constructor and Description |
|---|
FuzzyUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
inspect(Object value) |
static void |
inspectTo(StringBuilder sb,
Object value) |
static <T> Set<T> |
setOf(T... elements) |
static Set<String> |
toCharSet(String chars) |
static <T> Set<T> |
union(Set<T>... sets) |
@SafeVarargs public static <T> Set<T> union(Set<T>... sets)
@SafeVarargs public static <T> Set<T> setOf(T... elements)
public static void inspectTo(StringBuilder sb, Object value)
Copyright © 2017 Redfin. All rights reserved.