Uses of Interface
io.vavr.collection.Ordered
-
Packages that use Ordered Package Description io.vavr.collection Purely functional collections based on Traversable. -
-
Uses of Ordered in io.vavr.collection
Subinterfaces of Ordered in io.vavr.collection Modifier and Type Interface Description interface
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 Ordered Modifier and Type Class Description static class
BitSetModule.AbstractBitSet<T>
static class
BitSetModule.BitSet1<T>
static class
BitSetModule.BitSet2<T>
static class
BitSetModule.BitSetN<T>
class
PriorityQueue<T>
A PriorityQueue.class
TreeMap<K,V>
SortedMap implementation, backed by a Red/Black Tree.class
TreeMultimap<K,V>
class
TreeSet<T>
SortedSet implementation, backed by a Red/Black Tree.
-