1 #ifndef HASHTABLE_HPP_INCLUDED
2 #define HASHTABLE_HPP_INCLUDED
4 #include "../JavaClass/Object.hpp"
5 #include "../JavaClass/Class.hpp"
std::vector< Node > GetBuckets() const
HashTable & operator=(const HashTable &Obj)=default
HashTable(HashTable &&Obj)=default
std::int32_t GetSize() const
HashTable(const HashTable &Obj)=default
HashTable & operator=(HashTable &&Obj)=default
std::int32_t GetIndex() const
HashTable(const void *Obj)
Node GetBuckets(std::int32_t I) const