Quickhash(哈希值校验工具)
- QuickHashIntSet::add()
- Thismethodaddsanewentrytotheset
- QuickHashIntSet::__construct()
- CreatesanewQuickHashIntSetobject
- QuickHashIntSet::delete()
- Thismethoddeletesanentryfromtheset
- QuickHashIntSet::exists()
- Thismethodcheckswhetherakeyispartoftheset
- QuickHashIntSet::getSize()
- Returnsthenumberofelementsintheset
- QuickHashIntSet::loadFromString()
- Thisfactorymethodcreatesasetfromastring
- QuickHashIntSet::saveToFile()
- Thismethodstoresanin-memorysettodisk
- QuickHashIntSet::saveToString()
- Thismethodreturnsaserializedversionoftheset
- QuickHashIntHash::add()
- Thismethodaddsanewentrytothehash
- QuickHashIntHash::__construct()
- CreatesanewQuickHashIntHashobject
- QuickHashIntHash::delete()
- Thismethoddeletesamentryfromthehash
- QuickHashIntHash::exists()
- Thismethodcheckswhetherakeyispartofthehash
- QuickHashIntHash::get()
- Thismethodretrievesavaluefromthehashbyitskey
- QuickHashIntHash::getSize()
- Returnsthenumberofelementsinthehash
- QuickHashIntHash::loadFromFile()
- Thisfactorymethodcreatesahashfromafile
- QuickHashIntHash::loadFromString()
- Thisfactorymethodcreatesahashfromastring
- QuickHashIntHash::saveToFile()
- Thismethodstoresanin-memoryhashtodisk
- QuickHashIntHash::saveToString()
- Thismethodreturnsaserializedversionofthehash
- QuickHashIntHash::set()
- Thismethodupdatesanentryinthehashwithanewvalue,oraddsanewoneiftheentrydoesn'texist
- QuickHashIntHash::update()
- Thismethodupdatesanentryinthehashwithanewvalue
- QuickHashStringIntHash::__construct()
- CreatesanewQuickHashStringIntHashobject
- QuickHashStringIntHash::delete()
- Thismethoddeletesamentryfromthehash
- QuickHashStringIntHash::exists()
- Thismethodcheckswhetherakeyispartofthehash
- QuickHashStringIntHash::get()
- Thismethodretrievesavaluefromthehashbyitskey
- QuickHashStringIntHash::getSize()
- Returnsthenumberofelementsinthehash
- QuickHashStringIntHash::loadFromFile()
- Thisfactorymethodcreatesahashfromafile
- QuickHashStringIntHash::loadFromString()
- Thisfactorymethodcreatesahashfromastring
- QuickHashStringIntHash::saveToFile()
- Thismethodstoresanin-memoryhashtodisk
- QuickHashStringIntHash::saveToString()
- Thismethodreturnsaserializedversionofthehash
- QuickHashStringIntHash::set()
- Thismethodupdatesanentryinthehashwithanewvalue,oraddsanewoneiftheentrydoesn'texist
- QuickHashStringIntHash::update()
- Thismethodupdatesanentryinthehashwithanewvalue
- QuickHashIntStringHash::add()
- Thismethodaddsanewentrytothehash
- QuickHashIntStringHash::__construct()
- CreatesanewQuickHashIntStringHashobject
- QuickHashIntStringHash::delete()
- Thismethoddeletesamentryfromthehash
- QuickHashIntStringHash::exists()
- Thismethodcheckswhetherakeyispartofthehash
- QuickHashIntStringHash::get()
- Thismethodretrievesavaluefromthehashbyitskey
- QuickHashIntStringHash::getSize()
- Returnsthenumberofelementsinthehash
- QuickHashIntStringHash::loadFromFile()
- Thisfactorymethodcreatesahashfromafile
- QuickHashIntStringHash::loadFromString()
- Thisfactorymethodcreatesahashfromastring
- QuickHashIntStringHash::saveToFile()
- Thismethodstoresanin-memoryhashtodisk
- QuickHashIntStringHash::saveToString()
- Thismethodreturnsaserializedversionofthehash
- QuickHashIntStringHash::set()
- Thismethodupdatesanentryinthehashwithanewvalue,oraddsanewoneiftheentrydoesn'texist
- QuickHashIntStringHash::update()
- Thismethodupdatesanentryinthehashwithanewvalue
- QuickHashIntSet::loadFromFile
- 此方法将新项添加到哈希中