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 TypeInterfaceDescriptioninterface
BitSet<T>
An immutableBitSet
implementation.interface
SortedMap<K,
V> An immutableSortedMap
interface.interface
SortedMultimap<K,
V> An immutableSortedMultimap
interface.interface
SortedSet<T>
An immutableSortedSet
interface.Classes in io.vavr.collection that implement OrderedModifier and TypeClassDescriptionstatic class
static class
static class
static class
final class
A PriorityQueue.final class
TreeMap<K,
V> SortedMap implementation, backed by a Red/Black Tree.final class
TreeMultimap<K,
V> final class
TreeSet<T>
SortedSet implementation, backed by a Red/Black Tree.