Class | Description |
---|---|
AbstractHashSupportNodeSet<E> |
the node is a set attached to a hash code entry
|
HashSupport<E> |
Minimum for hash set management
use implementation in element type of Object.equals(Object) and
Object.hashCode() for access to element |
HashSupportIterator<E> | |
HashSupportNodeEntry<E> | |
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 |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.