| Package | Description |
|---|---|
| org.aksw.commons.collections.lists |
| Modifier and Type | Field and Description |
|---|---|
protected LinkedListNode<T> |
LinkedListNodeIterator.current |
protected LinkedListNode<T> |
LinkedListIterator.current |
protected LinkedListNode<T> |
LinkedList.first |
protected LinkedListNode<T> |
LinkedList.last |
LinkedListNode<T> |
LinkedListNode.predecessor |
LinkedListNode<T> |
LinkedListNode.successor |
| Modifier and Type | Method and Description |
|---|---|
LinkedListNode<T> |
LinkedList.append(T item) |
static <S> LinkedListNode<S> |
LinkedListNode.create(Iterable<? extends S> it) |
LinkedListNode<T> |
LinkedListNodeIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<LinkedListNode<T>> |
LinkedListNode.nodeIterator()
Iterator over the node objects (of which each holds an item) in the list
|
| Modifier and Type | Method and Description |
|---|---|
void |
LinkedListNode.append(LinkedListNode<T> node) |
| Constructor and Description |
|---|
LinkedListIterator(LinkedListNode<T> current) |
LinkedListNodeIterator(LinkedListNode<T> current) |
Copyright © 2018. All rights reserved.