AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
StringToStringSetMap() |
StringToStringSetMap(Map<String,Set<String>> start) |
Modifier and Type | Method and Description |
---|---|
int |
getExpandedSize() |
List<String> |
getExpandedValues() |
Set<String> |
getSeenValues() |
int |
getSize(String key) |
void |
put(String key,
String value) |
static DoubleMatrix<String,String> |
setMapToMatrix(StringToStringSetMap input) |
String |
toPrettyString() |
Set<String> |
whereIs(String value) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
public static DoubleMatrix<String,String> setMapToMatrix(StringToStringSetMap input)
input
- public int getExpandedSize()
public int getSize(String key)
public String toPrettyString()
Copyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.