Uses of Class
com.github.andrewoma.dexx.collection.internal.base.AbstractLinkedList
Packages that use AbstractLinkedList
Package
Description
Dexx collections are a port of Scala's immutable, persistent collection classes to pure Java.
-
Uses of AbstractLinkedList in com.github.andrewoma.dexx.collection
Subclasses of AbstractLinkedList in com.github.andrewoma.dexx.collectionModifier and TypeClassDescriptionclassConsList<E>ConsListis a functionalLinkedListimplementation that constructs a list by prepending an element to another list.