| Interface | Description |
|---|---|
| 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.
|
| MapKD<K> |
Map from arbitrary objects to doubles.
|
| MapKD.Entry<K> |
A map entry (key-value pair) for MapKF.
|
| 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 | Description |
|---|---|
| HashMapWritable<K extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.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.
|
| HMapILW |
Writable representing a map where both keys and values are ints.
|
| HMapIS |
Hash-based implementation of the MapIS interface.
|
| HMapIV<V> |
Hash-based implementation of the MapIV interface.
|
| HMapIVW<V extends org.apache.hadoop.io.Writable> |
Writable representing a map from ints to values of arbitrary Writables.
|
| HMapKF<K extends Comparable<?>> |
Hash-based implementation of the MapKF interface.
|
| HMapKFW<K extends org.apache.hadoop.io.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 org.apache.hadoop.io.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.
|
| HMapStFW |
Writable representing a map where keys are Strings and values are floats.
|
| HMapStIW |
Writable representing a map where keys are Strings and values are ints.
|
Copyright © 2018. All rights reserved.