Uses of Class
com.github.andrewoma.dexx.collection.internal.base.AbstractList
Packages that use AbstractList
Package
Description
Dexx collections are a port of Scala's immutable, persistent collection classes to pure Java.
-
Uses of AbstractList in com.github.andrewoma.dexx.collection
Subclasses of AbstractList in com.github.andrewoma.dexx.collectionModifier and TypeClassDescriptionclass
ArrayList<E>
ArrayList
is anIndexedList
implementation backed by an array.(package private) class
Cons<E>
Cons constructs a new list by prepending a new element to an existing listclass
ConsList<E>
ConsList
is a functionalLinkedList
implementation that constructs a list by prepending an element to another list.(package private) class
Nil<E>
Nil is the empty listclass
Vector<E>
Vector is a general-purpose, immutable data structure. -
Uses of AbstractList in com.github.andrewoma.dexx.collection.internal.base
Subclasses of AbstractList in com.github.andrewoma.dexx.collection.internal.base