Package tl.lin.data.map

Interface Summary
MapID Map from ints to doubles.
MapID.Entry A map entry (key-value pair) for MapIF.
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 MapIV.
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
HashMapWritable<K extends Writable,V extends Writable> Writable extension of a Java HashMap.
HMapID Hash-based implementation of MapID.
HMapIDW Writable representing a map where keys are ints and values are doubles.
HMapIF Hash-based implementation of MapIF.
HMapIFW Writable representing a map where keys are ints and values are floats.
HMapII Hash-based implementation of MapII.
HMapIIW Writable representing a map where both keys and values are ints.
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.
HMapIVW<V extends WritableComparable<?>> Writable representing a map from ints to values of arbitrary WritableComparable.
HMapKF<K extends Comparable<?>> Hash-based implementation of the MapKF interface.
HMapKFW<K extends WritableComparable<?>> Writable representing a map from keys of arbitrary WritableComparable to floats.
HMapKI<K extends Comparable<?>> Hash-based implementation of the MapKI interface.
HMapKIW<K extends WritableComparable<?>> Writable representing a map from keys of arbitrary WritableComparable to ints.
HMapKL<K> Hash-based implementation of the MapKL interface.
HMapKS<K> Hash-based implementation of the MapKS interface.
HMapSFW Writable representing a map where keys are Strings and values are floats.
HMapSIW Writable representing a map where keys are Strings and values are ints.
 



Copyright © 2013. All Rights Reserved.