Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev
Next
VCollections – Release 1
Uses of Interface org.violetlib.collections.KeyedValueSorter
Deprecated: ShowHide

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.