Uses of Class
com.github.tadukoo.util.map.TreeMultiMap
Package
Description
Contains Map-based data structures not present in default Java.
-
Uses of TreeMultiMap in com.github.tadukoo.util.map
Modifier and TypeMethodDescriptionTreeManyToManyMap.asKeysToValuesMultiMap()
Returns the underlying TreeMultiMap used for keys to values.TreeManyToManyMap.asValuesToKeysMultiMap()
Returns the underlying TreeMultiMap used for values to keys.ModifierConstructorDescriptionTreeMultiMap
(TreeMultiMap<K, V> treeMultiMap) Creates a new TreeMultiMap where the backingTreeMap
uses theComparator
present in the given TreeMultiMap to determine the ordering of its keys.