Package | Description |
---|---|
org.apache.xbean.finder.util |
Modifier and Type | Field and Description |
---|---|
private SingleLinkedList.Entry<E> |
SingleLinkedList.Values.current |
private SingleLinkedList.Entry<E> |
SingleLinkedList.Entries.current |
private SingleLinkedList.Entry<E> |
SingleLinkedList.entry |
private SingleLinkedList.Entry |
SingleLinkedList.Entry.next |
Modifier and Type | Method and Description |
---|---|
SingleLinkedList.Entry<E> |
SingleLinkedList.Entries.next() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<SingleLinkedList.Entry<E>> |
SingleLinkedList.Entries.iterator() |
Constructor and Description |
---|
Entries(SingleLinkedList.Entry<E> current) |
Entry(E value,
SingleLinkedList.Entry next) |
Values(SingleLinkedList.Entry<E> current) |