Package | Description |
---|---|
net.sf.joafip.java.util.support.hash | |
net.sf.joafip.java.util.support.linked.hash | |
net.sf.joafip.java.util.support.linkedlist |
Modifier and Type | Method and Description |
---|---|
PreviousElementAndSetNode<E> |
HashSupportNodeSet.addReplace(E element)
add element at end of the list if equals element not already in the list,
else replace the equals element
|
PreviousElementAndSetNode<E> |
AbstractHashSupportNodeSet.addReplace(E element)
add element at end of the list if equals element not already in the list,
else replace the equals element
|
Modifier and Type | Method and Description |
---|---|
PreviousElementAndSetNode<E> |
LinkedHashSupport.addToSet(E element) |
Modifier and Type | Method and Description |
---|---|
PreviousElementAndSetNode<E> |
LinkedListSupportManager.addReplace(E element)
add element at end of the list if equals element not already in the list,
else replace the equals element
|
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.