public class Util extends Object
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
add(Map<String,T> map,
T name,
String... aliases) |
static <K,V> boolean |
addToMap(Map<K,Set<V>> map,
K key,
V value) |
static String[] |
concat(String[] a,
String[] b) |
static <K,V> boolean |
removeFromMap(Map<K,Set<V>> map,
K key,
V value) |
static String |
stripQuotes(CharSequence s) |
static byte[] |
toUtf8(String s) |
static void |
writeToFile(String file,
String content) |
public static byte[] toUtf8(String s)
public static String stripQuotes(CharSequence s)
Copyright © 2024 Soot OSS. All rights reserved.