Package edu.umd.cloud9.util.map

Interface Summary
MapIF Map from ints to floats.
MapIF.Entry A map entry (key-value pair) for MapIF.
MapII Map from ints to ints.
MapII.Entry A map entry (key-value pair) for MapII.
MapIL Map from ints to longs.
MapIL.Entry A map entry (key-value pair) for MapIL.
MapIS Map from ints to shorts.
MapIS.Entry A map entry (key-value pair) for MapIS.
MapIV<V> Map from ints to arbitrary objects.
MapIV.Entry<V> A map entry (key-value pair) for MapIK.
MapKF<K> Map from arbitrary objects to floats.
MapKF.Entry<K> A map entry (key-value pair) for MapKF.
MapKI<K> Map from arbitrary objects to ints.
MapKI.Entry<K> A map entry (key-value pair) for MapKI.
MapKL<K> Map from arbitrary objects to longs.
MapKL.Entry<K> A map entry (key-value pair) for MapKL.
MapKS<K> Map from arbitrary objects to shorts.
MapKS.Entry<K> A map entry (key-value pair) for MapKS.
 

Class Summary
HMapIF Hash-based implementation of MapIF.
HMapII Hash-based implementation of MapII.
HMapIL Hash-based implementation of the MapIL interface.
HMapIS Hash-based implementation of the MapIS interface.
HMapIV<V> Hash-based implementation of the MapIV interface.
HMapKF<K extends Comparable<?>> Hash-based implementation of the MapKF interface.
HMapKI<K extends Comparable<?>> Hash-based implementation of the MapKI interface.
HMapKL<K> Hash-based implementation of the MapKL interface.
HMapKS<K> Hash-based implementation of the MapKS interface.