Package | Description |
---|---|
net.sf.joafip.java.util.support.linked.hash | |
net.sf.joafip.java.util.support.linkedlist |
Modifier and Type | Class and Description |
---|---|
class |
LinkedHashSupportNode<E>
|
Modifier and Type | Method and Description |
---|---|
static LinkedListSupportNode |
LinkedListSupportNode.newInstance(IInstanceFactory instanceFactory) |
static LinkedListSupportNode |
LinkedListSupportNode.newInstance(IInstanceFactory instanceFactory,
IEqualsHashComparator comparator) |
static LinkedListSupportNode |
LinkedListSupportNode.newInstance(IInstanceFactory instanceFactory,
Object element) |
static LinkedListSupportNode |
LinkedListSupportNode.newInstance(IInstanceFactory instanceFactory,
Object element,
IEqualsHashComparator comparator) |
Modifier and Type | Method and Description |
---|---|
void |
LinkedListSupport.addAtEnd(LinkedListSupportNode<E> toAdd)
add node at end of this list
package visibility, should be used only internaly and by LinkedListSupportIterator |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.