C D E F G I S T
C
- Cons<E> - Class in de.scravy.cons
-
A singly linked, persistent (immutable), homogeneous list.
- Cons() - Constructor for class de.scravy.cons.Cons
-
- cons(E, Cons<E>) - Static method in class de.scravy.cons.Cons
-
Create a list from an existing list and an element (push to the front of
the list, returns the new list).
- cons(E) - Method in class de.scravy.cons.Cons
-
Prepend an element to this list.
D
- de.scravy.cons - package de.scravy.cons
-
E
- empty() - Static method in class de.scravy.cons.Cons
-
The empty list.
F
- fromArray(E...) - Static method in class de.scravy.cons.Cons
-
Create a list from an existing array.
G
- get(int) - Method in class de.scravy.cons.Cons
-
Retrieve the element at the given index.
- getFirst() - Method in class de.scravy.cons.Cons
-
- getLength() - Method in class de.scravy.cons.Cons
-
Get the length of the list.
- getSecond() - Method in class de.scravy.cons.Cons
-
I
- isEmpty() - Method in class de.scravy.cons.Cons
-
Check whether this list is empty.
- iterator() - Method in class de.scravy.cons.Cons
-
S
- singleton(E) - Static method in class de.scravy.cons.Cons
-
Creates a list with one element.
T
- toCollection(C) - Method in class de.scravy.cons.Cons
-
Add the contents of this list to the given collection.
- toList() - Method in class de.scravy.cons.Cons
-
Transform this list into a Collections list.
C D E F G I S T
Copyright © 2015. All rights reserved.