Uses of Class
com.github.andrewoma.dexx.collection.internal.base.AbstractList
-
Packages that use AbstractList Package Description com.github.andrewoma.dexx.collection Dexx collections are a port of Scala's immutable, persistent collection classes to pure Java.com.github.andrewoma.dexx.collection.internal.base -
-
Uses of AbstractList in com.github.andrewoma.dexx.collection
Subclasses of AbstractList in com.github.andrewoma.dexx.collection Modifier and Type Class Description classArrayList<E>ArrayListis anIndexedListimplementation backed by an array.(package private) classCons<E>Cons constructs a new list by prepending a new element to an existing listclassConsList<E>ConsListis a functionalLinkedListimplementation that constructs a list by prepending an element to another list.(package private) classNil<E>Nil is the empty listclassVector<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 Modifier and Type Class Description classAbstractIndexedList<E>classAbstractLinkedList<E>
-