E
- @StoreNotUseStandardSerialization @StorableClass public class LinkedHashSupportNodeSet<E> extends AbstractHashSupportNodeSet<E>
listManager, root
comparator, instanceFactory
Modifier | Constructor and Description |
---|---|
protected |
LinkedHashSupportNodeSet(IInstanceFactory instanceFactory,
int hashcode,
IEqualsHashComparator comparator) |
protected |
LinkedHashSupportNodeSet(int hashcode,
IEqualsHashComparator comparator) |
Modifier and Type | Method and Description |
---|---|
protected LinkedHashSupportNodeSet<E> |
clone() |
IEqualsHashComparator |
getEqualsHashComparator() |
static LinkedHashSupportNodeSet |
newInstance(IInstanceFactory instanceFactory,
int hashcode,
IEqualsHashComparator comparator) |
ILinkedListSupportNode<E> |
newLinkedListNode() |
addReplace, clear, contains, decrementSize, get, getFirstNode, getLastNode, getListManager, getRoot, getSize, incrementSize, isEmpty, remove, resetSize, setLastNode, setRoot
compareTo, equals, hashCode, newInstance, setHascode
protected LinkedHashSupportNodeSet(IInstanceFactory instanceFactory, int hashcode, IEqualsHashComparator comparator)
protected LinkedHashSupportNodeSet(int hashcode, IEqualsHashComparator comparator)
public static LinkedHashSupportNodeSet newInstance(IInstanceFactory instanceFactory, int hashcode, IEqualsHashComparator comparator)
public IEqualsHashComparator getEqualsHashComparator()
public ILinkedListSupportNode<E> newLinkedListNode()
protected LinkedHashSupportNodeSet<E> clone()
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.