Package ubic.basecode.dataStructure
Class StringToStringSetMap
Implemented to store string based many to many relationships.
- Author:
- leon
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
StringToStringSetMap
public StringToStringSetMap() -
StringToStringSetMap
-
-
Method Details
-
setMapToMatrix
- Parameters:
input
-- Returns:
-
getExpandedSize
public int getExpandedSize() -
getExpandedValues
-
getSeenValues
-
getSize
-
put
-
toPrettyString
-
whereIs
-