Uses of Class
com.github.andrewoma.dexx.collection.internal.base.AbstractSortedSet
Packages that use AbstractSortedSet
Package
Description
Dexx collections are a port of Scala's immutable, persistent collection classes to pure Java.
-
Uses of AbstractSortedSet in com.github.andrewoma.dexx.collection
Subclasses of AbstractSortedSet in com.github.andrewoma.dexx.collectionModifier and TypeClassDescriptionclass
TreeSet<E>
TreeSet
is an implementation ofSortedSet
backed by aTreeMap
.