JX Application Framework
|
This is the complete list of members for JStringMap< V >, including all inherited members.
AllowCursors() | JHashTable< JStrValue< V > > | inlineprotected |
Contains(const JString &key) const | JStringMap< V > | |
Contains(const JUtf8Byte *key) const | JStringMap< 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() const | JHashTable< JStrValue< V > > | inlineprotected |
GetFillFactor() const | JHashTable< JStrValue< V > > | inline |
GetHashValue(const JSize index) const | JHashTable< JStrValue< V > > | inlineprotected |
GetItem(const JString &key, V *value) const | JStringMap< V > | |
GetItem(const JUtf8Byte *key, V *value) const | JStringMap< V > | inline |
GetItemCount() const | JHashTable< JStrValue< V > > | inline |
GetLgSize() const | JHashTable< JStrValue< V > > | inline |
GetLoadCount() const | JHashTable< JStrValue< V > > | inline |
GetLoadFactor() const | JHashTable< JStrValue< V > > | inline |
GetMaxLoadFactor() const | JHashTable< JStrValue< V > > | inline |
GetMinFillFactor() const | JHashTable< JStrValue< V > > | inline |
GetMinTableSize() const | JHashTable< JStrValue< V > > | inline |
GetRecord(const JSize index) const | JHashTable< JStrValue< V > > | inlineprotected |
GetResizeEnabled() const | JHashTable< JStrValue< V > > | inline |
GetState(const JSize index) const | JHashTable< JStrValue< V > > | inlineprotected |
GetTableSize() const | JHashTable< JStrValue< V > > | inline |
GetValue(const JSize index) const | JHashTable< JStrValue< V > > | inlineprotected |
HashToIndex(JHashValue hash) const | JHashTable< JStrValue< V > > | inlineprotected |
IsDeleted(const JSize index) const | JHashTable< JStrValue< V > > | inlineprotected |
IsEmpty() const | JHashTable< JStrValue< V > > | inline |
IsEmpty(const JSize index) const | JHashTable< JStrValue< V > > | inlineprotected |
IsFull(const JSize index) const | JHashTable< JStrValue< V > > | inlineprotected |
IsOK() const | JHashTable< 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() override | JStringMap< V > |