Uses of Interface
io.vavr.collection.Ordered
Packages that use Ordered
-
Uses of Ordered in io.vavr.collection
Subinterfaces of Ordered in io.vavr.collectionModifier and TypeInterfaceDescriptioninterfaceBitSet<T>An immutableBitSetimplementation.interfaceSortedMap<K,V> An immutableSortedMapinterface.interfaceSortedMultimap<K,V> An immutableSortedMultimapinterface.interfaceSortedSet<T>An immutableSortedSetinterface.Classes in io.vavr.collection that implement OrderedModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classfinal classA PriorityQueue.final classTreeMap<K,V> SortedMap implementation, backed by a Red/Black Tree.final classTreeMultimap<K,V> final classTreeSet<T>SortedSet implementation, backed by a Red/Black Tree.