Uses of Interface
org.violetlib.collections.KeyedValueSorter
-
-
Uses of KeyedValueSorter in org.violetlib.collections
Methods in org.violetlib.collections with parameters of type KeyedValueSorter Modifier and Type Method and Description abstract IMap<K,IList<V>>
UnorderedMapListBuilder. sort(KeyedValueSorter<K,V> sorter)
Return a map containing the keys bound to lists of values, sorted using the specified set of key dependent comparators.
-