| Package | Description |
|---|---|
| net.sf.joafip.java.util.support.hash | |
| net.sf.joafip.java.util.support.linked.hash |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHashSupportNodeSet<E>
the node is a set attached to a hash code entry
|
class |
HashSupportNodeSet<E>
set attached to a hash code entry
the node of this set ( LinkedHashSupportNode) are shared with the
list of all nodes of set |
| Modifier and Type | Method and Description |
|---|---|
static HashSupportNodeEntry |
HashSupportNodeEntry.newInstance(IInstanceFactory instanceFactory,
IEqualsHashComparator comparator) |
static HashSupportNodeEntry |
HashSupportNodeEntry.newInstance(IInstanceFactory instanceFactory,
int hashcode,
IEqualsHashComparator comparator) |
| Modifier and Type | Method and Description |
|---|---|
TreeSupport<HashSupportNodeEntry<E>> |
HashSupport.getTree() |
| Modifier and Type | Method and Description |
|---|---|
int |
HashSupportNodeEntry.compareTo(HashSupportNodeEntry<E> entry) |
| Modifier and Type | Method and Description |
|---|---|
void |
HashSupport.setTree(TreeSupport<HashSupportNodeEntry<E>> tree) |
| Modifier and Type | Class and Description |
|---|---|
class |
LinkedHashSupportNodeSet<E> |
| Modifier and Type | Method and Description |
|---|---|
TreeSupport<HashSupportNodeEntry<E>> |
LinkedHashSupport.getTree() |
| Modifier and Type | Method and Description |
|---|---|
void |
LinkedHashSupport.setTree(TreeSupport<HashSupportNodeEntry<E>> tree) |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.