Package | Description |
---|---|
tl.lin.data.map |
Modifier and Type | Class and Description |
---|---|
class |
HMapIV<V>
Hash-based implementation of the MapIV interface.
|
class |
HMapIVW<V extends org.apache.hadoop.io.Writable>
Writable representing a map from ints to values of arbitrary Writables.
|
Modifier and Type | Method and Description |
---|---|
void |
MapIV.putAll(MapIV<V> m)
Copies all of the mappings from the specified map to this map.
|
void |
HMapIV.putAll(MapIV<V> m) |
Constructor and Description |
---|
HMapIV(MapIV<V> m)
Constructs a new HMapII with the same mappings as the specified MapIV.
|
Copyright © 2018. All rights reserved.