|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
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
|
ConsList.factory()
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||