Package net.sf.molae.pipe.hash

This package contains classes that use the hash code as index.

See:
          Description

Class Summary
HashList A list where the index of each element equals its hash code.
ListBackedMap This class implements the map interface with a list implementation.
ListBasedBitSet A set based on a list and a bit set that determines which elements are contained in the set.
SetBasedBitSet A set based on a set and a bit set that determines which elements are contained in the set.
 

Package net.sf.molae.pipe.hash Description

This package contains classes that use the hash code as index.

Since:
1.0