ocean.util.container.map

Modules

HashMap
module ocean.util.container.map.HashMap

Template for a class implementing a mapping from hashes to a user-specified type.

HashSet
module ocean.util.container.map.HashSet

Class implementing a set of hashes. The set is built on top of an efficient bucket algorithm, allowing for fast look up of hashes in the set.

Map
module ocean.util.container.map.Map

Template for a class implementing a mapping from a user-specified type to a user-specified type.

Set
module ocean.util.container.map.Set

Template for a class implementing a set of hashed keys. The set is built on top of an efficient bucket algorithm, allowing for fast look up of keys in the set.

TreeMap
module ocean.util.container.map.TreeMap

EBtree based map.

model
module ocean.util.container.map.model
utils
module ocean.util.container.map.utils