|
| class | MR |
| |
| class | MR.MapOrHashMap_MRFaceId_MRFaceId |
| | stores a mapping from keys K to values V in one of two forms: 1) as dense map (vector) preferable when there are few missing keys in a range [0, endKey) 2) as hash map preferable when valid keys are a small subset of the range Generated from class MR.MapOrHashMap<MR.FaceId, MR.FaceId>. This is the non-const half of the class. More...
|
| |
| class | MR.MapOrHashMap_MRVertId_MRVertId |
| | stores a mapping from keys K to values V in one of two forms: 1) as dense map (vector) preferable when there are few missing keys in a range [0, endKey) 2) as hash map preferable when valid keys are a small subset of the range Generated from class MR.MapOrHashMap<MR.VertId, MR.VertId>. This is the non-const half of the class. More...
|
| |
| class | MR.MapOrHashMap_MREdgeId_MREdgeId |
| | stores a mapping from keys K to values V in one of two forms: 1) as dense map (vector) preferable when there are few missing keys in a range [0, endKey) 2) as hash map preferable when valid keys are a small subset of the range Generated from class MR.MapOrHashMap<MR.EdgeId, MR.EdgeId>. This is the non-const half of the class. More...
|
| |
| class | MR.MapOrHashMap_MRUndirectedEdgeId_MRUndirectedEdgeId |
| | stores a mapping from keys K to values V in one of two forms: 1) as dense map (vector) preferable when there are few missing keys in a range [0, endKey) 2) as hash map preferable when valid keys are a small subset of the range Generated from class MR.MapOrHashMap<MR.UndirectedEdgeId, MR.UndirectedEdgeId>. This is the non-const half of the class. More...
|
| |
| class | MR.MapOrHashMap_MRUndirectedEdgeId_MREdgeId |
| | stores a mapping from keys K to values V in one of two forms: 1) as dense map (vector) preferable when there are few missing keys in a range [0, endKey) 2) as hash map preferable when valid keys are a small subset of the range Generated from class MR.MapOrHashMap<MR.UndirectedEdgeId, MR.EdgeId>. This is the non-const half of the class. More...
|
| |