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

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

AllowCursors()JHashTable< JStrValue< V > >inlineprotected
Contains(const JString &key) constJStringMap< V >
Contains(const JUtf8Byte *key) constJStringMap< V >inline
DisallowCursors()JHashTable< JStrValue< V > >inlineprotected
FitToLimits(const JSize required=0, const bool force=false)JHashTable< JStrValue< V > >protectedvirtual
GetCursor()JHashTable< JStrValue< V > >inlineprotected
GetCursor() constJHashTable< JStrValue< V > >inlineprotected
GetFillFactor() constJHashTable< JStrValue< V > >inline
GetHashValue(const JSize index) constJHashTable< JStrValue< V > >inlineprotected
GetItem(const JString &key, V *value) constJStringMap< V >
GetItem(const JUtf8Byte *key, V *value) constJStringMap< V >inline
GetItemCount() constJHashTable< JStrValue< V > >inline
GetLgSize() constJHashTable< JStrValue< V > >inline
GetLoadCount() constJHashTable< JStrValue< V > >inline
GetLoadFactor() constJHashTable< JStrValue< V > >inline
GetMaxLoadFactor() constJHashTable< JStrValue< V > >inline
GetMinFillFactor() constJHashTable< JStrValue< V > >inline
GetMinTableSize() constJHashTable< JStrValue< V > >inline
GetRecord(const JSize index) constJHashTable< JStrValue< V > >inlineprotected
GetResizeEnabled() constJHashTable< JStrValue< V > >inline
GetState(const JSize index) constJHashTable< JStrValue< V > >inlineprotected
GetTableSize() constJHashTable< JStrValue< V > >inline
GetValue(const JSize index) constJHashTable< JStrValue< V > >inlineprotected
HashToIndex(JHashValue hash) constJHashTable< JStrValue< V > >inlineprotected
IsDeleted(const JSize index) constJHashTable< JStrValue< V > >inlineprotected
IsEmpty() constJHashTable< JStrValue< V > >inline
IsEmpty(const JSize index) constJHashTable< JStrValue< V > >inlineprotected
IsFull(const JSize index) constJHashTable< JStrValue< V > >inlineprotected
IsOK() constJHashTable< JStrValue< V > >
JHashTable(const JSize lgSize=kJDefaultLgMinTableSize)JHashTable< JStrValue< V > >
JStringMap(const JSize lgSize=kJDefaultLgMinTableSize)JStringMap< V >
JStringMapCursor< V >JStringMap< V >friend
MarkAllEmpty()JHashTable< JStrValue< V > >protected
MarkEmpty(const JSize index)JHashTable< JStrValue< V > >protected
PrepareForSet(const JPtrArrayT::SetAction action)JStringMap< V >protectedvirtual
Remove(const JSize index)JHashTable< JStrValue< V > >protected
RemoveAll()JStringMap< V >inline
RemoveAll(const JPtrArrayT::SetAction action)JStringMap< V >protected
RemoveItem(const JString &key)JStringMap< V >inline
RemoveItem(const JUtf8Byte *key)JStringMap< V >inline
RemoveItem(const JString &key, const JPtrArrayT::SetAction action)JStringMap< V >protected
ResizeTable(const JSize lgTrialSize)JHashTable< JStrValue< V > >protected
Set(const JSize index, const JHashRecord< JStrValue< V > > &record)JHashTable< JStrValue< V > >protected
Set(const JSize index, const JHashValue hash, const JStrValue< V > &value)JHashTable< JStrValue< V > >protected
Set(const JSize index, const JStrValue< V > &value)JHashTable< JStrValue< V > >protected
SetContains(const JString &key, const V &value)JStringMap< V >inline
SetContains(const JUtf8Byte *key, const V &value)JStringMap< V >inline
SetHash(const JSize index, const JStrValue< V > &value)JHashTable< JStrValue< V > >protected
SetItem(const JString &key, const V &value, const JStringMapT::SetType type=JStringMapT::kAlways)JStringMap< V >inline
SetItem(const JUtf8Byte *key, const V &value, const JStringMapT::SetType type=JStringMapT::kAlways)JStringMap< V >inline
SetItem(const JString &key, const V &value, const JPtrArrayT::SetAction action, const JStringMapT::SetType type, bool *existed)JStringMap< V >protected
SetMaxLoadFactor(const JFloat newMax)JHashTable< JStrValue< V > >
SetMinFillFactor(const JFloat newMin)JHashTable< JStrValue< V > >
SetMinTableSize(const JSize newMin)JHashTable< JStrValue< V > >
SetNewItem(const JString &key, const V &value)JStringMap< V >inline
SetNewItem(const JUtf8Byte *key, const V &value)JStringMap< V >inline
SetOldItem(const JString &key, const V &value)JStringMap< V >inline
SetOldItem(const JUtf8Byte *key, const V &value)JStringMap< V >inline
SetResizeEnabled(const bool enabled)JHashTable< JStrValue< V > >
TryResizeTable(const JSize lgSize)JHashTable< JStrValue< V > >protected
~JHashTable()JHashTable< JStrValue< V > >virtual
~JStringMap() overrideJStringMap< V >