JX Application Framework
Loading...
Searching...
No Matches
JHashTable< V > Member List

This is the complete list of members for JHashTable< V >, including all inherited members.

AllowCursors()JHashTable< V >inlineprotected
DisallowCursors()JHashTable< V >inlineprotected
FitToLimits(const JSize required=0, const bool force=false)JHashTable< V >protectedvirtual
GetCursor()JHashTable< V >inlineprotected
GetCursor() constJHashTable< V >inlineprotected
GetFillFactor() constJHashTable< V >inline
GetHashValue(const JSize index) constJHashTable< V >inlineprotected
GetItemCount() constJHashTable< V >inline
GetLgSize() constJHashTable< V >inline
GetLoadCount() constJHashTable< V >inline
GetLoadFactor() constJHashTable< V >inline
GetMaxLoadFactor() constJHashTable< V >inline
GetMinFillFactor() constJHashTable< V >inline
GetMinTableSize() constJHashTable< V >inline
GetRecord(const JSize index) constJHashTable< V >inlineprotected
GetResizeEnabled() constJHashTable< V >inline
GetState(const JSize index) constJHashTable< V >inlineprotected
GetTableSize() constJHashTable< V >inline
GetValue(const JSize index) constJHashTable< V >inlineprotected
HashToIndex(JHashValue hash) constJHashTable< V >inlineprotected
IsDeleted(const JSize index) constJHashTable< V >inlineprotected
IsEmpty() constJHashTable< V >inline
IsEmpty(const JSize index) constJHashTable< V >inlineprotected
IsFull(const JSize index) constJHashTable< V >inlineprotected
IsOK() constJHashTable< V >
JConstHashCursor< V >JHashTable< V >friend
JHashCursor< V >JHashTable< V >friend
JHashTable(const JSize lgSize=kJDefaultLgMinTableSize)JHashTable< V >
MarkAllEmpty()JHashTable< V >protected
MarkEmpty(const JSize index)JHashTable< V >protected
Remove(const JSize index)JHashTable< V >protected
ResizeTable(const JSize lgTrialSize)JHashTable< V >protected
Set(const JSize index, const JHashRecord< V > &record)JHashTable< V >protected
Set(const JSize index, const JHashValue hash, const V &value)JHashTable< V >protected
Set(const JSize index, const V &value)JHashTable< V >protected
SetHash(const JSize index, const V &value)JHashTable< V >protected
SetMaxLoadFactor(const JFloat newMax)JHashTable< V >
SetMinFillFactor(const JFloat newMin)JHashTable< V >
SetMinTableSize(const JSize newMin)JHashTable< V >
SetResizeEnabled(const bool enabled)JHashTable< V >
TryResizeTable(const JSize lgSize)JHashTable< V >protected
~JHashTable()JHashTable< V >virtual