public class FList<E>
extends java.util.AbstractList<E>
Modifier and Type | Method and Description |
---|---|
static <E> FList<E> |
createFromReversed(java.lang.Iterable<? extends E> from)
Creates an FList object with the elements of the given sequence in the reversed order, i.e.
|
static <E> FList<E> |
emptyList() |
boolean |
equals(java.lang.Object o) |
E |
get(int index) |
E |
getHead() |
FList<E> |
getTail() |
int |
hashCode() |
java.util.Iterator<E> |
iterator() |
FList<E> |
prepend(E elem) |
int |
size() |
FList<E> |
without(E elem) |
add, add, addAll, clear, indexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait