xtd 0.2.0
hashtable.hpp
Go to the documentation of this file.
1
4#pragma once
7#include "../as.hpp"
8#include "../any_object.hpp"
9
11namespace xtd {
13 namespace collections {
49 }
50}
Contains xtd::any_object class.
Contains xtd::as method.
Represents a collection of keys and values.
Definition dictionary.hpp:67
Contains xtd::collections::generic::dictionary <key_t, value_t> class.
Contains xtd::collections::dictionary_entry alias.
xtd::collections::generic::dictionary< xtd::any_object, xtd::any_object > hashtable
Represents a collection of key/value pairs that are organized based on the hash code of the key.
Definition hashtable.hpp:48
The xtd::collections namespace contains interfaces and classes that define various collections of obj...
Definition any_pair.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8