Uses of Class
com.github.andrewoma.dexx.collection.TreeSet
Packages that use TreeSet
Package
Description
Dexx collections are a port of Scala's immutable, persistent collection classes to pure Java.
-
Uses of TreeSet in com.github.andrewoma.dexx.collection
Fields in com.github.andrewoma.dexx.collection declared as TreeSetMethods in com.github.andrewoma.dexx.collection that return TreeSetMethods in com.github.andrewoma.dexx.collection that return types with arguments of type TreeSetModifier and TypeMethodDescriptionstatic <E> @NotNull BuilderFactory
<E, TreeSet<E>> TreeSet.factory
(Comparator<? super E> ordering)