Uses of Class
com.github.andrewoma.dexx.collection.ConsList

Packages that use ConsList
com.github.andrewoma.dexx.collection Dexx collections are a port of Scala's immutable, persistent collection classes to pure Java. 
 

Uses of ConsList in com.github.andrewoma.dexx.collection
 

Methods in com.github.andrewoma.dexx.collection that return ConsList
abstract  ConsList<E> ConsList.append(E elem)
           
abstract  ConsList<E> ConsList.drop(int number)
           
static
<E> ConsList<E>
ConsList.empty()
           
 ConsList<E> ConsList.prepend(E elem)
           
abstract  ConsList<E> ConsList.range(int from, boolean fromInclusive, int to, boolean toInclusive)
           
abstract  ConsList<E> ConsList.set(int i, E elem)
           
abstract  ConsList<E> ConsList.tail()
           
abstract  ConsList<E> ConsList.take(int number)
           
 

Methods in com.github.andrewoma.dexx.collection that return types with arguments of type ConsList
static
<E> BuilderFactory<E,ConsList<E>>
ConsList.factory()
           
 



Copyright © 2014. All Rights Reserved.